Html Css Color HEX #701949 Pompadour

📋 copy color: '#701949'

red 112 ◦ green 25 ◦ blue 73

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

Shades of Pompadour #701949

Tints of Pompadour #701949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 53.33%
G = 11.9%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#701949 (or 0x701949) is known color: Pompadour. HEX triplet: 70, 19 and 49. RGB value is (112,25,73). Sum of RGB (Red+Green+Blue) = 112+25+73=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #701949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701949 is #8FE6B6. Grayscale: #383838. Windows color (decimal): -9430711 or 4790640. OLE color: 4790640.

HSL color Cylindrical-coordinate representation of color #701949: hue angle of 326.9º 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 #701949 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 73 -
CMYK 0 0.78 0.35 0.56
HSL 326.9º 0.64% 0.27% -
HSV(B) 326.9º 0.78% 0.44% -
XYZ 8.23 4.62 6.76 -
YUV 56.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 112 25 73 0 0.78 0.35 0.56 326.9 0.64 0.27
Hex 70 19 49 0 4E 23 38 147 40 1B
Octal 160 31 111 0 116 43 70 507 100 33
Binary 1110000 11001 1001001 0 1001110 100011 111000 101000111 1000000 11011

Color Harmonies of #701949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701949

Black with #701949

Text Example


Text Example

White with #701949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701949; }

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

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

background-color css

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

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

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

border-color css

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

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

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