Html Css Color HEX #571E41 Pompadour

📋 copy color: '#571E41'

red 87 ◦ green 30 ◦ blue 65

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

Shades of Pompadour #571E41

Tints of Pompadour #571E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 47.8%
G = 16.48%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#571E41 (or 0x571E41) is known color: Pompadour. HEX triplet: 57, 1E and 41. RGB value is (87,30,65). Sum of RGB (Red+Green+Blue) = 87+30+65=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #571E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E41 is #A8E1BE. Grayscale: #323232. Windows color (decimal): -11067839 or 4267607. OLE color: 4267607.

HSL color Cylindrical-coordinate representation of color #571E41: hue angle of 323.16º 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 #571E41 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 30 65 -
CMYK 0 0.66 0.25 0.66
HSL 323.16º 0.49% 0.23% -
HSV(B) 323.16º 0.66% 0.34% -
XYZ 5.35 3.34 5.36 -
YUV 51.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 87 30 65 0 0.66 0.25 0.66 323.16 0.49 0.23
Hex 57 1E 41 0 42 19 42 143 31 17
Octal 127 36 101 0 102 31 102 503 61 27
Binary 1010111 11110 1000001 0 1000010 11001 1000010 101000011 110001 10111

Color Harmonies of #571E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E41

Black with #571E41

Text Example


Text Example

White with #571E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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