#69193B

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

Shades of Pompadour #69193B

Tints of Pompadour #69193B

Color information

#69193B (or 0x69193B) is unknown color: approx Pompadour. HEX triplet: 69, 19 and 3B. RGB value is (105,25,59). Sum of RGB (Red+Green+Blue) = 105+25+59=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69193B is #96E6C4. Grayscale: #343434. Windows color (decimal): -9889477 or 3873129. OLE color: 3873129.

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

Color convert

RGB1052559-
CMYK00.760.440.59
HSL334.5º61.54%25.49%-
HSV(B)334.5º76.19%41.18%-
XYZ6.964.014.55-
YUV52.8131.5165.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.56%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=55.56%
G=13.23%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105255900.760.440.59334.561.5425.49
Hex69193B04C2C3B14e3e19
Octal1513173011454735167631
Binary1101001110011110110100110010110011101110100111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69193B; }

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

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

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

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

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

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

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

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