Html Css Color HEX #571D41 Pompadour

📋 copy color: '#571D41'

red 87 ◦ green 29 ◦ blue 65

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

Shades of Pompadour #571D41

Tints of Pompadour #571D41

RGB

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

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

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

R = 48.07%
G = 16.02%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#571D41 (or 0x571D41) is known color: Pompadour. HEX triplet: 57, 1D and 41. RGB value is (87,29,65). Sum of RGB (Red+Green+Blue) = 87+29+65=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #571D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D41 is #A8E2BE. Grayscale: #323232. Windows color (decimal): -11068095 or 4267351. OLE color: 4267351.

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

Color convert

RGB 87 29 65 -
CMYK 0 0.67 0.25 0.66
HSL 322.76º 0.5% 0.23% -
HSV(B) 322.76º 0.67% 0.34% -
XYZ 5.32 3.29 5.35 -
YUV 50.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 87 29 65 0 0.67 0.25 0.66 322.76 0.5 0.23
Hex 57 1D 41 0 43 19 42 143 32 17
Octal 127 35 101 0 103 31 102 503 62 27
Binary 1010111 11101 1000001 0 1000011 11001 1000010 101000011 110010 10111

Color Harmonies of #571D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D41

Black with #571D41

Text Example


Text Example

White with #571D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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