Html Css Color HEX #57203B Pompadour

📋 copy color: '#57203B'

red 87 ◦ green 32 ◦ blue 59

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

Shades of Pompadour #57203B

Tints of Pompadour #57203B

RGB

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

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

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

R = 48.88%
G = 17.98%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#57203B (or 0x57203B) is known color: Pompadour. HEX triplet: 57, 20 and 3B. RGB value is (87,32,59). Sum of RGB (Red+Green+Blue) = 87+32+59=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57203B is #A8DFC4. Grayscale: #333333. Windows color (decimal): -11067333 or 3874903. OLE color: 3874903.

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

Color convert

RGB 87 32 59 -
CMYK 0 0.63 0.32 0.66
HSL 330.55º 0.46% 0.23% -
HSV(B) 330.55º 0.63% 0.34% -
XYZ 5.24 3.38 4.51 -
YUV 51.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 87 32 59 0 0.63 0.32 0.66 330.55 0.46 0.23
Hex 57 20 3B 0 3F 20 42 14B 2E 17
Octal 127 40 73 0 77 40 102 513 56 27
Binary 1010111 100000 111011 0 111111 100000 1000010 101001011 101110 10111

Color Harmonies of #57203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57203B

Black with #57203B

Text Example


Text Example

White with #57203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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