Html Css Color HEX #571842 Pompadour

📋 copy color: '#571842'

red 87 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #571842

Tints of Pompadour #571842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 49.15%
G = 13.56%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#571842 (or 0x571842) is known color: Pompadour. HEX triplet: 57, 18 and 42. RGB value is (87,24,66). Sum of RGB (Red+Green+Blue) = 87+24+66=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571842 is #A8E7BD. Grayscale: #2F2F2F. Windows color (decimal): -11069374 or 4331607. OLE color: 4331607.

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

Color convert

RGB 87 24 66 -
CMYK 0 0.72 0.24 0.66
HSL 320º 0.57% 0.22% -
HSV(B) 320º 0.72% 0.34% -
XYZ 5.24 3.07 5.47 -
YUV 47.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 87 24 66 0 0.72 0.24 0.66 320 0.57 0.22
Hex 57 18 42 0 48 18 42 140 39 16
Octal 127 30 102 0 110 30 102 500 71 26
Binary 1010111 11000 1000010 0 1001000 11000 1000010 101000000 111001 10110

Color Harmonies of #571842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571842

Black with #571842

Text Example


Text Example

White with #571842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571842; }

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

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

background-color css

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

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

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

border-color css

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

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

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