Html Css Color HEX #57213F Pompadour

📋 copy color: '#57213F'

red 87 ◦ green 33 ◦ blue 63

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

Shades of Pompadour #57213F

Tints of Pompadour #57213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 47.54%
G = 18.03%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57213F (or 0x57213F) is known color: Pompadour. HEX triplet: 57, 21 and 3F. RGB value is (87,33,63). Sum of RGB (Red+Green+Blue) = 87+33+63=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57213F is #A8DEC0. Grayscale: #343434. Windows color (decimal): -11067073 or 4137303. OLE color: 4137303.

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

Color convert

RGB 87 33 63 -
CMYK 0 0.62 0.28 0.66
HSL 326.67º 0.45% 0.24% -
HSV(B) 326.67º 0.62% 0.34% -
XYZ 5.37 3.47 5.09 -
YUV 52.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 87 33 63 0 0.62 0.28 0.66 326.67 0.45 0.24
Hex 57 21 3F 0 3E 1C 42 147 2D 18
Octal 127 41 77 0 76 34 102 507 55 30
Binary 1010111 100001 111111 0 111110 11100 1000010 101000111 101101 11000

Color Harmonies of #57213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57213F

Black with #57213F

Text Example


Text Example

White with #57213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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