Html Css Color HEX #571946 Pompadour

📋 copy color: '#571946'

red 87 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #571946

Tints of Pompadour #571946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.46%

R = 47.8%
G = 13.74%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#571946 (or 0x571946) is known color: Pompadour. HEX triplet: 57, 19 and 46. RGB value is (87,25,70). Sum of RGB (Red+Green+Blue) = 87+25+70=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #571946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571946 is #A8E6B9. Grayscale: #303030. Windows color (decimal): -11069114 or 4594007. OLE color: 4594007.

HSL color Cylindrical-coordinate representation of color #571946: hue angle of 316.45º 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 #571946 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 70 -
CMYK 0 0.71 0.20 0.66
HSL 316.45º 0.55% 0.22% -
HSV(B) 316.45º 0.71% 0.34% -
XYZ 5.38 3.16 6.12 -
YUV 48.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 87 25 70 0 0.71 0.20 0.66 316.45 0.55 0.22
Hex 57 19 46 0 47 14 42 13C 37 16
Octal 127 31 106 0 107 24 102 474 67 26
Binary 1010111 11001 1000110 0 1000111 10100 1000010 100111100 110111 10110

Color Harmonies of #571946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571946

Black with #571946

Text Example


Text Example

White with #571946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571946; }

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

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

background-color css

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

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

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

border-color css

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

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

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