Html Css Color HEX #571942 Pompadour

📋 copy color: '#571942'

red 87 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #571942

Tints of Pompadour #571942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 48.88%
G = 14.04%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#571942 (or 0x571942) is known color: Pompadour. HEX triplet: 57, 19 and 42. RGB value is (87,25,66). Sum of RGB (Red+Green+Blue) = 87+25+66=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571942 is #A8E6BD. Grayscale: #303030. Windows color (decimal): -11069118 or 4331863. OLE color: 4331863.

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

Color convert

RGB 87 25 66 -
CMYK 0 0.71 0.24 0.66
HSL 320.32º 0.55% 0.22% -
HSV(B) 320.32º 0.71% 0.34% -
XYZ 5.26 3.11 5.48 -
YUV 48.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 87 25 66 0 0.71 0.24 0.66 320.32 0.55 0.22
Hex 57 19 42 0 47 18 42 140 37 16
Octal 127 31 102 0 107 30 102 500 67 26
Binary 1010111 11001 1000010 0 1000111 11000 1000010 101000000 110111 10110

Color Harmonies of #571942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571942

Black with #571942

Text Example


Text Example

White with #571942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571942; }

 p { color: rgb(87,25,66); }

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

background-color css

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

 a { background-color: rgb(87,25,66); }

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

border-color css

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

 span { border-color: rgb(87,25,66); }

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