#57213D

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

Shades of Pompadour #57213D

Tints of Pompadour #57213D

Color information

#57213D (or 0x57213D) is unknown color: approx Pompadour. HEX triplet: 57, 21 and 3D. RGB value is (87,33,61). Sum of RGB (Red+Green+Blue) = 87+33+61=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57213D is #A8DEC2. Grayscale: #343434. Windows color (decimal): -11067075 or 4006231. OLE color: 4006231.

HSL color Cylindrical-coordinate representation of color #57213D: hue angle of 328.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57213D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB873361-
CMYK00.620.300.66
HSL328.89º45%23.53%-
HSV(B)328.89º62.07%34.12%-
XYZ5.323.454.8-
YUV52.34132.89152.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=48.07%
G=18.23%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87336100.620.300.66328.894523.53
Hex57213D03E1E421492d18
Octal1274175076361025115530
Binary1010111100001111101011111011110100001010100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,33,61); }

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

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

 a { background-color: rgb(87,33,61); }

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

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

 span { border-color: rgb(87,33,61); }

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