Html Css Color HEX #701847 Pompadour

📋 copy color: '#701847'

red 112 ◦ green 24 ◦ blue 71

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

Shades of Pompadour #701847

Tints of Pompadour #701847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

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

R = 54.11%
G = 11.59%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#701847 (or 0x701847) is known color: Pompadour. HEX triplet: 70, 18 and 47. RGB value is (112,24,71). Sum of RGB (Red+Green+Blue) = 112+24+71=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #701847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701847 is #8FE7B8. Grayscale: #373737. Windows color (decimal): -9430969 or 4659312. OLE color: 4659312.

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

Color convert

RGB 112 24 71 -
CMYK 0 0.79 0.37 0.56
HSL 327.95º 0.65% 0.27% -
HSV(B) 327.95º 0.79% 0.44% -
XYZ 8.15 4.55 6.41 -
YUV 55.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 112 24 71 0 0.79 0.37 0.56 327.95 0.65 0.27
Hex 70 18 47 0 4F 25 38 148 41 1B
Octal 160 30 107 0 117 45 70 510 101 33
Binary 1110000 11000 1000111 0 1001111 100101 111000 101001000 1000001 11011

Color Harmonies of #701847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701847

Black with #701847

Text Example


Text Example

White with #701847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701847; }

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

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

background-color css

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

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

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

border-color css

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

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

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