Html Css Color HEX #701947 Pompadour

📋 copy color: '#701947'

red 112 ◦ green 25 ◦ blue 71

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

Shades of Pompadour #701947

Tints of Pompadour #701947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 53.85%
G = 12.02%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#701947 (or 0x701947) is known color: Pompadour. HEX triplet: 70, 19 and 47. RGB value is (112,25,71). Sum of RGB (Red+Green+Blue) = 112+25+71=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #701947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701947 is #8FE6B8. Grayscale: #383838. Windows color (decimal): -9430713 or 4659568. OLE color: 4659568.

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

Color convert

RGB 112 25 71 -
CMYK 0 0.78 0.37 0.56
HSL 328.28º 0.64% 0.27% -
HSV(B) 328.28º 0.78% 0.44% -
XYZ 8.17 4.59 6.42 -
YUV 56.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 112 25 71 0 0.78 0.37 0.56 328.28 0.64 0.27
Hex 70 19 47 0 4E 25 38 148 40 1B
Octal 160 31 107 0 116 45 70 510 100 33
Binary 1110000 11001 1000111 0 1001110 100101 111000 101001000 1000000 11011

Color Harmonies of #701947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701947

Black with #701947

Text Example


Text Example

White with #701947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701947; }

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

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

background-color css

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

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

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

border-color css

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

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

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