#69194C

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

Shades of Pompadour #69194C

Tints of Pompadour #69194C

Color information

#69194C (or 0x69194C) is unknown color: approx Pompadour. HEX triplet: 69, 19 and 4C. RGB value is (105,25,76). Sum of RGB (Red+Green+Blue) = 105+25+76=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #69194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69194C is #96E6B3. Grayscale: #363636. Windows color (decimal): -9889460 or 4987241. OLE color: 4987241.

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

Color convert

RGB1052576-
CMYK00.760.280.59
HSL321.75º61.54%25.49%-
HSV(B)321.75º76.19%41.18%-
XYZ7.484.227.26-
YUV54.73140163.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=50.97%
G=12.14%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105257600.760.280.59321.7561.5425.49
Hex69194C04C1C3B1423e19
Octal15131114011434735027631
Binary1101001110011001100010011001110011101110100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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