Html Css Color HEX #57233C Pompadour

📋 copy color: '#57233C'

red 87 ◦ green 35 ◦ blue 60

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

Shades of Pompadour #57233C

Tints of Pompadour #57233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

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

R = 47.8%
G = 19.23%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#57233C (or 0x57233C) is known color: Pompadour. HEX triplet: 57, 23 and 3C. RGB value is (87,35,60). Sum of RGB (Red+Green+Blue) = 87+35+60=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233C is #A8DCC3. Grayscale: #353535. Windows color (decimal): -11066564 or 3941207. OLE color: 3941207.

HSL color Cylindrical-coordinate representation of color #57233C: hue angle of 331.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57233C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 60 -
CMYK 0 0.60 0.31 0.66
HSL 331.15º 0.43% 0.24% -
HSV(B) 331.15º 0.6% 0.34% -
XYZ 5.35 3.55 4.68 -
YUV 53.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 87 35 60 0 0.60 0.31 0.66 331.15 0.43 0.24
Hex 57 23 3C 0 3C 1F 42 14B 2B 18
Octal 127 43 74 0 74 37 102 513 53 30
Binary 1010111 100011 111100 0 111100 11111 1000010 101001011 101011 11000

Color Harmonies of #57233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57233C

Black with #57233C

Text Example


Text Example

White with #57233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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