Html Css Color HEX #701251 Pompadour

📋 copy color: '#701251'

red 112 ◦ green 18 ◦ blue 81

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

Shades of Pompadour #701251

Tints of Pompadour #701251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

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

R = 53.08%
G = 8.53%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#701251 (or 0x701251) is known color: Pompadour. HEX triplet: 70, 12 and 51. RGB value is (112,18,81). Sum of RGB (Red+Green+Blue) = 112+18+81=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #701251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701251 is #8FEDAE. Grayscale: #353535. Windows color (decimal): -9432495 or 5313136. OLE color: 5313136.

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

Color convert

RGB 112 18 81 -
CMYK 0 0.84 0.28 0.56
HSL 319.79º 0.72% 0.25% -
HSV(B) 319.79º 0.84% 0.44% -
XYZ 8.38 4.47 8.21 -
YUV 53.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 112 18 81 0 0.84 0.28 0.56 319.79 0.72 0.25
Hex 70 12 51 0 54 1C 38 140 48 19
Octal 160 22 121 0 124 34 70 500 110 31
Binary 1110000 10010 1010001 0 1010100 11100 111000 101000000 1001000 11001

Color Harmonies of #701251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701251

Black with #701251

Text Example


Text Example

White with #701251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701251; }

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

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

background-color css

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

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

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

border-color css

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

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

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