#691949

Color #691949 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #691949

Tints of Pompadour #691949

Color information

#691949 (or 0x691949) is unknown color: approx Pompadour. HEX triplet: 69, 19 and 49. RGB value is (105,25,73). Sum of RGB (Red+Green+Blue) = 105+25+73=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #691949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691949 is #96E6B6. Grayscale: #363636. Windows color (decimal): -9889463 or 4790633. OLE color: 4790633.

HSL color Cylindrical-coordinate representation of color #691949: hue angle of 324º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691949 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1052573-
CMYK00.760.300.59
HSL324º61.54%25.49%-
HSV(B)324º76.19%41.18%-
XYZ7.384.186.72-
YUV54.39138.5164.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=51.72%
G=12.32%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105257300.760.300.5932461.5425.49
Hex69194904C1E3B1443e19
Octal15131111011436735047631
Binary1101001110011001001010011001111011101110100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691949; }

 p { color: rgb(105,25,73); }

 H1.HeaderClassName
 {
   color: #691949;
 }
 .AnyTagClassName
 {
   color: #691949;
 }
</style>
background-color css

<style>
 a { background-color: #691949; }

 a { background-color: rgb(105,25,73); }

 div.DivClassName
 {
   background-color: #691949;
 }
 .BgClassName
 {
   background-color: #691949;
 }
</style>
border-color css

<style>
 span { border-color: #691949; }

 span { border-color: rgb(105,25,73); }

 td.TdClassName
 {
   border-color: #691949;
 }
 .TagClassName
 {
   border-color: #691949;
 }
</style>