Html Css Color HEX #571E3A Pompadour

📋 copy color: '#571E3A'

red 87 ◦ green 30 ◦ blue 58

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

Shades of Pompadour #571E3A

Tints of Pompadour #571E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 49.71%
G = 17.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#571E3A (or 0x571E3A) is known color: Pompadour. HEX triplet: 57, 1E and 3A. RGB value is (87,30,58). Sum of RGB (Red+Green+Blue) = 87+30+58=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E3A is #A8E1C5. Grayscale: #323232. Windows color (decimal): -11067846 or 3808855. OLE color: 3808855.

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

Color convert

RGB 87 30 58 -
CMYK 0 0.66 0.33 0.66
HSL 330.53º 0.49% 0.23% -
HSV(B) 330.53º 0.66% 0.34% -
XYZ 5.16 3.26 4.36 -
YUV 50.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 87 30 58 0 0.66 0.33 0.66 330.53 0.49 0.23
Hex 57 1E 3A 0 42 21 42 14B 31 17
Octal 127 36 72 0 102 41 102 513 61 27
Binary 1010111 11110 111010 0 1000010 100001 1000010 101001011 110001 10111

Color Harmonies of #571E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E3A

Black with #571E3A

Text Example


Text Example

White with #571E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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