Html Css Color HEX #57203C Pompadour

📋 copy color: '#57203C'

red 87 ◦ green 32 ◦ blue 60

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

Shades of Pompadour #57203C

Tints of Pompadour #57203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

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

R = 48.6%
G = 17.88%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57203C (or 0x57203C) is known color: Pompadour. HEX triplet: 57, 20 and 3C. RGB value is (87,32,60). Sum of RGB (Red+Green+Blue) = 87+32+60=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #57203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203C is #A8DFC3. Grayscale: #333333. Windows color (decimal): -11067332 or 3940439. OLE color: 3940439.

HSL color Cylindrical-coordinate representation of color #57203C: hue angle of 329.45º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57203C is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 60 -
CMYK 0 0.63 0.31 0.66
HSL 329.45º 0.46% 0.23% -
HSV(B) 329.45º 0.63% 0.34% -
XYZ 5.26 3.39 4.65 -
YUV 51.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 87 32 60 0 0.63 0.31 0.66 329.45 0.46 0.23
Hex 57 20 3C 0 3F 1F 42 149 2E 17
Octal 127 40 74 0 77 37 102 511 56 27
Binary 1010111 100000 111100 0 111111 11111 1000010 101001001 101110 10111

Color Harmonies of #57203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57203C

Black with #57203C

Text Example


Text Example

White with #57203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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