Html Css Color HEX #701151 Pompadour

📋 copy color: '#701151'

red 112 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #701151

Tints of Pompadour #701151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

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

R = 53.33%
G = 8.1%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#701151 (or 0x701151) is known color: Pompadour. HEX triplet: 70, 11 and 51. RGB value is (112,17,81). Sum of RGB (Red+Green+Blue) = 112+17+81=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #701151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701151 is #8FEEAE. Grayscale: #343434. Windows color (decimal): -9432751 or 5312880. OLE color: 5312880.

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

Color convert

RGB 112 17 81 -
CMYK 0 0.85 0.28 0.56
HSL 319.58º 0.74% 0.25% -
HSV(B) 319.58º 0.85% 0.44% -
XYZ 8.37 4.44 8.2 -
YUV 52.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 112 17 81 0 0.85 0.28 0.56 319.58 0.74 0.25
Hex 70 11 51 0 55 1C 38 140 4A 19
Octal 160 21 121 0 125 34 70 500 112 31
Binary 1110000 10001 1010001 0 1010101 11100 111000 101000000 1001010 11001

Color Harmonies of #701151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701151

Black with #701151

Text Example


Text Example

White with #701151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701151; }

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

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

background-color css

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

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

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

border-color css

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

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

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