#69183B

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

Shades of Pompadour #69183B

Tints of Pompadour #69183B

Color information

#69183B (or 0x69183B) is unknown color: approx Pompadour. HEX triplet: 69, 18 and 3B. RGB value is (105,24,59). Sum of RGB (Red+Green+Blue) = 105+24+59=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69183B is #96E7C4. Grayscale: #343434. Windows color (decimal): -9889733 or 3872873. OLE color: 3872873.

HSL color Cylindrical-coordinate representation of color #69183B: hue angle of 334.07º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69183B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1052459-
CMYK00.770.440.59
HSL334.07º62.79%25.29%-
HSV(B)334.07º77.14%41.18%-
XYZ6.943.974.54-
YUV52.21131.84165.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=55.85%
G=12.77%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105245900.770.440.59334.0762.7925.29
Hex69183B04D2C3B14e3f19
Octal1513073011554735167731
Binary1101001110001110110100110110110011101110100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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