Html Css Color HEX #701347 Pompadour

📋 copy color: '#701347'

red 112 ◦ green 19 ◦ blue 71

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

Shades of Pompadour #701347

Tints of Pompadour #701347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 55.45%
G = 9.41%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#701347 (or 0x701347) is known color: Pompadour. HEX triplet: 70, 13 and 47. RGB value is (112,19,71). Sum of RGB (Red+Green+Blue) = 112+19+71=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701347 is #8FECB8. Grayscale: #343434. Windows color (decimal): -9432249 or 4658032. OLE color: 4658032.

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

Color convert

RGB 112 19 71 -
CMYK 0 0.83 0.37 0.56
HSL 326.45º 0.71% 0.26% -
HSV(B) 326.45º 0.83% 0.44% -
XYZ 8.05 4.37 6.38 -
YUV 52.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 112 19 71 0 0.83 0.37 0.56 326.45 0.71 0.26
Hex 70 13 47 0 53 25 38 146 47 1A
Octal 160 23 107 0 123 45 70 506 107 32
Binary 1110000 10011 1000111 0 1010011 100101 111000 101000110 1000111 11010

Color Harmonies of #701347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701347

Black with #701347

Text Example


Text Example

White with #701347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701347; }

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

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

background-color css

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

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

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

border-color css

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

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

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