Html Css Color HEX #701051 Pompadour

📋 copy color: '#701051'

red 112 ◦ green 16 ◦ blue 81

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

Shades of Pompadour #701051

Tints of Pompadour #701051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

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

R = 53.59%
G = 7.66%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#701051 (or 0x701051) is known color: Pompadour. HEX triplet: 70, 10 and 51. RGB value is (112,16,81). Sum of RGB (Red+Green+Blue) = 112+16+81=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #701051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701051 is #8FEFAE. Grayscale: #333333. Windows color (decimal): -9433007 or 5312624. OLE color: 5312624.

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

Color convert

RGB 112 16 81 -
CMYK 0 0.86 0.28 0.56
HSL 319.38º 0.75% 0.25% -
HSV(B) 319.38º 0.86% 0.44% -
XYZ 8.35 4.41 8.2 -
YUV 52.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 112 16 81 0 0.86 0.28 0.56 319.38 0.75 0.25
Hex 70 10 51 0 56 1C 38 13F 4B 19
Octal 160 20 121 0 126 34 70 477 113 31
Binary 1110000 10000 1010001 0 1010110 11100 111000 100111111 1001011 11001

Color Harmonies of #701051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701051

Black with #701051

Text Example


Text Example

White with #701051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701051; }

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

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

background-color css

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

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

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

border-color css

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

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

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