#69194D

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

Shades of Pompadour #69194D

Tints of Pompadour #69194D

Color information

#69194D (or 0x69194D) is unknown color: approx Pompadour. HEX triplet: 69, 19 and 4D. RGB value is (105,25,77). Sum of RGB (Red+Green+Blue) = 105+25+77=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #69194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69194D is #96E6B2. Grayscale: #363636. Windows color (decimal): -9889459 or 5052777. OLE color: 5052777.

HSL color Cylindrical-coordinate representation of color #69194D: hue angle of 321º 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 #69194D is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1052577-
CMYK00.760.270.59
HSL321º61.54%25.49%-
HSV(B)321º76.19%41.18%-
XYZ7.514.237.44-
YUV54.85140.5163.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=50.72%
G=12.08%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105257700.760.270.5932161.5425.49
Hex69194D04C1B3B1413e19
Octal15131115011433735017631
Binary1101001110011001101010011001101111101110100000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69194D; }

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

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

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

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

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

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

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

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