Html Css Color HEX #701747 Pompadour

📋 copy color: '#701747'

red 112 ◦ green 23 ◦ blue 71

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

Shades of Pompadour #701747

Tints of Pompadour #701747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 54.37%
G = 11.17%
B = 34.47%

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

#701747 (or 0x701747) is known color: Pompadour. HEX triplet: 70, 17 and 47. RGB value is (112,23,71). Sum of RGB (Red+Green+Blue) = 112+23+71=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #701747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701747 is #8FE8B8. Grayscale: #363636. Windows color (decimal): -9431225 or 4659056. OLE color: 4659056.

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

Color convert

RGB 112 23 71 -
CMYK 0 0.79 0.37 0.56
HSL 327.64º 0.66% 0.26% -
HSV(B) 327.64º 0.79% 0.44% -
XYZ 8.13 4.51 6.4 -
YUV 55.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 112 23 71 0 0.79 0.37 0.56 327.64 0.66 0.26
Hex 70 17 47 0 4F 25 38 148 42 1A
Octal 160 27 107 0 117 45 70 510 102 32
Binary 1110000 10111 1000111 0 1001111 100101 111000 101001000 1000010 11010

Color Harmonies of #701747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701747

Black with #701747

Text Example


Text Example

White with #701747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701747; }

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

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

background-color css

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

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

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

border-color css

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

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

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