Html Css Color HEX #57203F Pompadour

📋 copy color: '#57203F'

red 87 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #57203F

Tints of Pompadour #57203F

RGB

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

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

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

R = 47.8%
G = 17.58%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57203F (or 0x57203F) is known color: Pompadour. HEX triplet: 57, 20 and 3F. RGB value is (87,32,63). Sum of RGB (Red+Green+Blue) = 87+32+63=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203F is #A8DFC0. Grayscale: #333333. Windows color (decimal): -11067329 or 4137047. OLE color: 4137047.

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

Color convert

RGB 87 32 63 -
CMYK 0 0.63 0.28 0.66
HSL 326.18º 0.46% 0.23% -
HSV(B) 326.18º 0.63% 0.34% -
XYZ 5.34 3.42 5.08 -
YUV 51.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 87 32 63 0 0.63 0.28 0.66 326.18 0.46 0.23
Hex 57 20 3F 0 3F 1C 42 146 2E 17
Octal 127 40 77 0 77 34 102 506 56 27
Binary 1010111 100000 111111 0 111111 11100 1000010 101000110 101110 10111

Color Harmonies of #57203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57203F

Black with #57203F

Text Example


Text Example

White with #57203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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