Html Css Color HEX #571A41 Pompadour

📋 copy color: '#571A41'

red 87 ◦ green 26 ◦ blue 65

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

Shades of Pompadour #571A41

Tints of Pompadour #571A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

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

R = 48.88%
G = 14.61%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#571A41 (or 0x571A41) is known color: Pompadour. HEX triplet: 57, 1A and 41. RGB value is (87,26,65). Sum of RGB (Red+Green+Blue) = 87+26+65=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A41 is #A8E5BE. Grayscale: #303030. Windows color (decimal): -11068863 or 4266583. OLE color: 4266583.

HSL color Cylindrical-coordinate representation of color #571A41: hue angle of 321.64º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A41 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 65 -
CMYK 0 0.70 0.25 0.66
HSL 321.64º 0.54% 0.22% -
HSV(B) 321.64º 0.7% 0.34% -
XYZ 5.25 3.15 5.33 -
YUV 48.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 87 26 65 0 0.70 0.25 0.66 321.64 0.54 0.22
Hex 57 1A 41 0 46 19 42 142 36 16
Octal 127 32 101 0 106 31 102 502 66 26
Binary 1010111 11010 1000001 0 1000110 11001 1000010 101000010 110110 10110

Color Harmonies of #571A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A41

Black with #571A41

Text Example


Text Example

White with #571A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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