Html Css Color HEX #701447 Pompadour

📋 copy color: '#701447'

red 112 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #701447

Tints of Pompadour #701447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 55.17%
G = 9.85%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#701447 (or 0x701447) is known color: Pompadour. HEX triplet: 70, 14 and 47. RGB value is (112,20,71). Sum of RGB (Red+Green+Blue) = 112+20+71=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #701447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701447 is #8FEBB8. Grayscale: #353535. Windows color (decimal): -9431993 or 4658288. OLE color: 4658288.

HSL color Cylindrical-coordinate representation of color #701447: hue angle of 326.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701447 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 20 71 -
CMYK 0 0.82 0.37 0.56
HSL 326.74º 0.7% 0.26% -
HSV(B) 326.74º 0.82% 0.44% -
XYZ 8.07 4.4 6.39 -
YUV 53.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 112 20 71 0 0.82 0.37 0.56 326.74 0.7 0.26
Hex 70 14 47 0 52 25 38 147 46 1A
Octal 160 24 107 0 122 45 70 507 106 32
Binary 1110000 10100 1000111 0 1010010 100101 111000 101000111 1000110 11010

Color Harmonies of #701447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701447

Black with #701447

Text Example


Text Example

White with #701447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701447; }

 p { color: rgb(112,20,71); }

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

background-color css

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

 a { background-color: rgb(112,20,71); }

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

border-color css

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

 span { border-color: rgb(112,20,71); }

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