Html Css Color HEX #701851 Pompadour

📋 copy color: '#701851'

red 112 ◦ green 24 ◦ blue 81

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

Shades of Pompadour #701851

Tints of Pompadour #701851

RGB

 RED value IS 112 (44.14% from 255) = 51.61%

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

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 51.61%
G = 11.06%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#701851 (or 0x701851) is known color: Pompadour. HEX triplet: 70, 18 and 51. RGB value is (112,24,81). Sum of RGB (Red+Green+Blue) = 112+24+81=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701851 is #8FE7AE. Grayscale: #383838. Windows color (decimal): -9430959 or 5314672. OLE color: 5314672.

HSL color Cylindrical-coordinate representation of color #701851: hue angle of 321.14º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701851 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 81 -
CMYK 0 0.79 0.28 0.56
HSL 321.14º 0.65% 0.27% -
HSV(B) 321.14º 0.79% 0.44% -
XYZ 8.49 4.69 8.24 -
YUV 56.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 112 24 81 0 0.79 0.28 0.56 321.14 0.65 0.27
Hex 70 18 51 0 4F 1C 38 141 41 1B
Octal 160 30 121 0 117 34 70 501 101 33
Binary 1110000 11000 1010001 0 1001111 11100 111000 101000001 1000001 11011

Color Harmonies of #701851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701851

Black with #701851

Text Example


Text Example

White with #701851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701851; }

 p { color: rgb(112,24,81); }

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

background-color css

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

 a { background-color: rgb(112,24,81); }

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

border-color css

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

 span { border-color: rgb(112,24,81); }

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