Html Css Color HEX #571D3B Pompadour

📋 copy color: '#571D3B'

red 87 ◦ green 29 ◦ blue 59

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

Shades of Pompadour #571D3B

Tints of Pompadour #571D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

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

R = 49.71%
G = 16.57%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#571D3B (or 0x571D3B) is known color: Pompadour. HEX triplet: 57, 1D and 3B. RGB value is (87,29,59). Sum of RGB (Red+Green+Blue) = 87+29+59=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D3B is #A8E2C4. Grayscale: #313131. Windows color (decimal): -11068101 or 3874135. OLE color: 3874135.

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

Color convert

RGB 87 29 59 -
CMYK 0 0.67 0.32 0.66
HSL 328.97º 0.5% 0.23% -
HSV(B) 328.97º 0.67% 0.34% -
XYZ 5.16 3.22 4.49 -
YUV 49.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 87 29 59 0 0.67 0.32 0.66 328.97 0.5 0.23
Hex 57 1D 3B 0 43 20 42 149 32 17
Octal 127 35 73 0 103 40 102 511 62 27
Binary 1010111 11101 111011 0 1000011 100000 1000010 101001001 110010 10111

Color Harmonies of #571D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D3B

Black with #571D3B

Text Example


Text Example

White with #571D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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