Html Css Color HEX #701951 Pompadour

📋 copy color: '#701951'

red 112 ◦ green 25 ◦ blue 81

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

Shades of Pompadour #701951

Tints of Pompadour #701951

RGB

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

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

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

R = 51.38%
G = 11.47%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#701951 (or 0x701951) is known color: Pompadour. HEX triplet: 70, 19 and 51. RGB value is (112,25,81). Sum of RGB (Red+Green+Blue) = 112+25+81=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701951 is #8FE6AE. Grayscale: #393939. Windows color (decimal): -9430703 or 5314928. OLE color: 5314928.

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

Color convert

RGB 112 25 81 -
CMYK 0 0.78 0.28 0.56
HSL 321.38º 0.64% 0.27% -
HSV(B) 321.38º 0.78% 0.44% -
XYZ 8.51 4.73 8.25 -
YUV 57.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 112 25 81 0 0.78 0.28 0.56 321.38 0.64 0.27
Hex 70 19 51 0 4E 1C 38 141 40 1B
Octal 160 31 121 0 116 34 70 501 100 33
Binary 1110000 11001 1010001 0 1001110 11100 111000 101000001 1000000 11011

Color Harmonies of #701951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701951

Black with #701951

Text Example


Text Example

White with #701951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701951; }

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

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

background-color css

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

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

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

border-color css

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

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

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