Html Css Color HEX #571F40 Pompadour

📋 copy color: '#571F40'

red 87 ◦ green 31 ◦ blue 64

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

Shades of Pompadour #571F40

Tints of Pompadour #571F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.03%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 47.8%
G = 17.03%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#571F40 (or 0x571F40) is known color: Pompadour. HEX triplet: 57, 1F and 40. RGB value is (87,31,64). Sum of RGB (Red+Green+Blue) = 87+31+64=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #571F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F40 is #A8E0BF. Grayscale: #333333. Windows color (decimal): -11067584 or 4202327. OLE color: 4202327.

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

Color convert

RGB 87 31 64 -
CMYK 0 0.64 0.26 0.66
HSL 324.64º 0.47% 0.23% -
HSV(B) 324.64º 0.64% 0.34% -
XYZ 5.35 3.38 5.22 -
YUV 51.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 87 31 64 0 0.64 0.26 0.66 324.64 0.47 0.23
Hex 57 1F 40 0 40 1A 42 145 2F 17
Octal 127 37 100 0 100 32 102 505 57 27
Binary 1010111 11111 1000000 0 1000000 11010 1000010 101000101 101111 10111

Color Harmonies of #571F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F40

Black with #571F40

Text Example


Text Example

White with #571F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,31,64); }

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

background-color css

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

 a { background-color: rgb(87,31,64); }

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

border-color css

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

 span { border-color: rgb(87,31,64); }

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