Html Css Color HEX #571740 Pompadour

📋 copy color: '#571740'

red 87 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #571740

Tints of Pompadour #571740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 50%
G = 13.22%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#571740 (or 0x571740) is known color: Pompadour. HEX triplet: 57, 17 and 40. RGB value is (87,23,64). Sum of RGB (Red+Green+Blue) = 87+23+64=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #571740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571740 is #A8E8BF. Grayscale: #2E2E2E. Windows color (decimal): -11069632 or 4200279. OLE color: 4200279.

HSL color Cylindrical-coordinate representation of color #571740: hue angle of 321.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571740 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 23 64 -
CMYK 0 0.74 0.26 0.66
HSL 321.56º 0.58% 0.22% -
HSV(B) 321.56º 0.74% 0.34% -
XYZ 5.16 3.01 5.16 -
YUV 46.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 87 23 64 0 0.74 0.26 0.66 321.56 0.58 0.22
Hex 57 17 40 0 4A 1A 42 142 3A 16
Octal 127 27 100 0 112 32 102 502 72 26
Binary 1010111 10111 1000000 0 1001010 11010 1000010 101000010 111010 10110

Color Harmonies of #571740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571740

Black with #571740

Text Example


Text Example

White with #571740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571740; }

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

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

background-color css

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

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

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

border-color css

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

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

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