Html Css Color HEX #57213B Pompadour

📋 copy color: '#57213B'

red 87 ◦ green 33 ◦ blue 59

#57213B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #57213B

Tints of Pompadour #57213B

RGB

 RED value IS 87 (34.38% from 255) = 48.6%

 GREEN value IS 33 (13.28% from 255) = 18.44%

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 48.6%
G = 18.44%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#57213B (or 0x57213B) is known color: Pompadour. HEX triplet: 57, 21 and 3B. RGB value is (87,33,59). Sum of RGB (Red+Green+Blue) = 87+33+59=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #57213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57213B is #A8DEC4. Grayscale: #343434. Windows color (decimal): -11067077 or 3875159. OLE color: 3875159.

HSL color Cylindrical-coordinate representation of color #57213B: hue angle of 331.11º 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 #57213B is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 33 59 -
CMYK 0 0.62 0.32 0.66
HSL 331.11º 0.45% 0.24% -
HSV(B) 331.11º 0.62% 0.34% -
XYZ 5.26 3.43 4.52 -
YUV 52.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 87 33 59 0 0.62 0.32 0.66 331.11 0.45 0.24
Hex 57 21 3B 0 3E 20 42 14B 2D 18
Octal 127 41 73 0 76 40 102 513 55 30
Binary 1010111 100001 111011 0 111110 100000 1000010 101001011 101101 11000

Color Harmonies of #57213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57213B

Black with #57213B

Text Example


Text Example

White with #57213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57213B;
 }
 .AnyTagClassName
 {
   color: #57213B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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