#57233F

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

Shades of Pompadour #57233F

Tints of Pompadour #57233F

Color information

#57233F (or 0x57233F) is unknown color: approx Pompadour. HEX triplet: 57, 23 and 3F. RGB value is (87,35,63). Sum of RGB (Red+Green+Blue) = 87+35+63=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233F is #A8DCC0. Grayscale: #353535. Windows color (decimal): -11066561 or 4137815. OLE color: 4137815.

HSL color Cylindrical-coordinate representation of color #57233F: hue angle of 327.69º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57233F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB873563-
CMYK00.600.280.66
HSL327.69º42.62%23.92%-
HSV(B)327.69º59.77%34.12%-
XYZ5.433.595.11-
YUV53.74133.23151.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 63 (25% from 255) = 34.05%
R=47.03%
G=18.92%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87356300.600.280.66327.6942.6223.92
Hex57233F03C1C421482b18
Octal1274377074341025105330
Binary1010111100011111111011110011100100001010100100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57233F; }

 p { color: rgb(87,35,63); }

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

<style>
 a { background-color: #57233F; }

 a { background-color: rgb(87,35,63); }

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

<style>
 span { border-color: #57233F; }

 span { border-color: rgb(87,35,63); }

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