#59243D

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

Shades of Pompadour #59243D

Tints of Pompadour #59243D

Color information

#59243D (or 0x59243D) is unknown color: approx Pompadour. HEX triplet: 59, 24 and 3D. RGB value is (89,36,61). Sum of RGB (Red+Green+Blue) = 89+36+61=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59243D is #A6DBC2. Grayscale: #363636. Windows color (decimal): -10935235 or 4007001. OLE color: 4007001.

HSL color Cylindrical-coordinate representation of color #59243D: hue angle of 331.7º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59243D is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB893661-
CMYK00.600.310.65
HSL331.7º42.4%24.51%-
HSV(B)331.7º59.55%34.9%-
XYZ5.593.724.84-
YUV54.7131.56152.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=47.85%
G=19.35%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89366100.600.310.65331.742.424.51
Hex59243D03C1F4114c2a19
Octal1314475074371015145231
Binary1011001100100111101011110011111100000110100110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,36,61); }

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

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

 a { background-color: rgb(89,36,61); }

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

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

 span { border-color: rgb(89,36,61); }

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