Html Css Color HEX #57213C Pompadour

📋 copy color: '#57213C'

red 87 ◦ green 33 ◦ blue 60

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

Shades of Pompadour #57213C

Tints of Pompadour #57213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.33%

R = 48.33%
G = 18.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57213C (or 0x57213C) is known color: Pompadour. HEX triplet: 57, 21 and 3C. RGB value is (87,33,60). Sum of RGB (Red+Green+Blue) = 87+33+60=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57213C is #A8DEC3. Grayscale: #343434. Windows color (decimal): -11067076 or 3940695. OLE color: 3940695.

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

Color convert

RGB 87 33 60 -
CMYK 0 0.62 0.31 0.66
HSL 330º 0.45% 0.24% -
HSV(B) 330º 0.62% 0.34% -
XYZ 5.29 3.44 4.66 -
YUV 52.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 87 33 60 0 0.62 0.31 0.66 330 0.45 0.24
Hex 57 21 3C 0 3E 1F 42 14A 2D 18
Octal 127 41 74 0 76 37 102 512 55 30
Binary 1010111 100001 111100 0 111110 11111 1000010 101001010 101101 11000

Color Harmonies of #57213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57213C

Black with #57213C

Text Example


Text Example

White with #57213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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