Html Css Color HEX #571746 Pompadour

📋 copy color: '#571746'

red 87 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #571746

Tints of Pompadour #571746

RGB

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

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

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

R = 48.33%
G = 12.78%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#571746 (or 0x571746) is known color: Pompadour. HEX triplet: 57, 17 and 46. RGB value is (87,23,70). Sum of RGB (Red+Green+Blue) = 87+23+70=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #571746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571746 is #A8E8B9. Grayscale: #2F2F2F. Windows color (decimal): -11069626 or 4593495. OLE color: 4593495.

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

Color convert

RGB 87 23 70 -
CMYK 0 0.74 0.20 0.66
HSL 315.94º 0.58% 0.22% -
HSV(B) 315.94º 0.74% 0.34% -
XYZ 5.34 3.08 6.11 -
YUV 47.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 87 23 70 0 0.74 0.20 0.66 315.94 0.58 0.22
Hex 57 17 46 0 4A 14 42 13C 3A 16
Octal 127 27 106 0 112 24 102 474 72 26
Binary 1010111 10111 1000110 0 1001010 10100 1000010 100111100 111010 10110

Color Harmonies of #571746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571746

Black with #571746

Text Example


Text Example

White with #571746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571746; }

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

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

background-color css

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

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

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

border-color css

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

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

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