Html Css Color HEX #571E3C Pompadour

📋 copy color: '#571E3C'

red 87 ◦ green 30 ◦ blue 60

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

Shades of Pompadour #571E3C

Tints of Pompadour #571E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.95%

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

R = 49.15%
G = 16.95%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#571E3C (or 0x571E3C) is known color: Pompadour. HEX triplet: 57, 1E and 3C. RGB value is (87,30,60). Sum of RGB (Red+Green+Blue) = 87+30+60=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E3C is #A8E1C3. Grayscale: #323232. Windows color (decimal): -11067844 or 3939927. OLE color: 3939927.

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

Color convert

RGB 87 30 60 -
CMYK 0 0.66 0.31 0.66
HSL 328.42º 0.49% 0.23% -
HSV(B) 328.42º 0.66% 0.34% -
XYZ 5.21 3.28 4.63 -
YUV 50.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 87 30 60 0 0.66 0.31 0.66 328.42 0.49 0.23
Hex 57 1E 3C 0 42 1F 42 148 31 17
Octal 127 36 74 0 102 37 102 510 61 27
Binary 1010111 11110 111100 0 1000010 11111 1000010 101001000 110001 10111

Color Harmonies of #571E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E3C

Black with #571E3C

Text Example


Text Example

White with #571E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571E3C; }

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

 H1.HeaderClassName
 {
   color: #571E3C;
 }
 .AnyTagClassName
 {
   color: #571E3C;
 }
</style>

background-color css

<style>
 a { background-color: #571E3C; }

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

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

border-color css

<style>
 span { border-color: #571E3C; }

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

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