Html Css Color HEX #571D45 Pompadour

📋 copy color: '#571D45'

red 87 ◦ green 29 ◦ blue 69

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

Shades of Pompadour #571D45

Tints of Pompadour #571D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 47.03%
G = 15.68%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#571D45 (or 0x571D45) is known color: Pompadour. HEX triplet: 57, 1D and 45. RGB value is (87,29,69). Sum of RGB (Red+Green+Blue) = 87+29+69=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D45 is #A8E2BA. Grayscale: #323232. Windows color (decimal): -11068091 or 4529495. OLE color: 4529495.

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

Color convert

RGB 87 29 69 -
CMYK 0 0.67 0.21 0.66
HSL 318.62º 0.5% 0.23% -
HSV(B) 318.62º 0.67% 0.34% -
XYZ 5.44 3.33 5.99 -
YUV 50.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 87 29 69 0 0.67 0.21 0.66 318.62 0.5 0.23
Hex 57 1D 45 0 43 15 42 13F 32 17
Octal 127 35 105 0 103 25 102 477 62 27
Binary 1010111 11101 1000101 0 1000011 10101 1000010 100111111 110010 10111

Color Harmonies of #571D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D45

Black with #571D45

Text Example


Text Example

White with #571D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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