Html Css Color HEX #701944 Pompadour

📋 copy color: '#701944'

red 112 ◦ green 25 ◦ blue 68

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

Shades of Pompadour #701944

Tints of Pompadour #701944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 54.63%
G = 12.2%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#701944 (or 0x701944) is known color: Pompadour. HEX triplet: 70, 19 and 44. RGB value is (112,25,68). Sum of RGB (Red+Green+Blue) = 112+25+68=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #701944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701944 is #8FE6BB. Grayscale: #373737. Windows color (decimal): -9430716 or 4462960. OLE color: 4462960.

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

Color convert

RGB 112 25 68 -
CMYK 0 0.78 0.39 0.56
HSL 330.34º 0.64% 0.27% -
HSV(B) 330.34º 0.78% 0.44% -
XYZ 8.07 4.56 5.92 -
YUV 55.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 112 25 68 0 0.78 0.39 0.56 330.34 0.64 0.27
Hex 70 19 44 0 4E 27 38 14A 40 1B
Octal 160 31 104 0 116 47 70 512 100 33
Binary 1110000 11001 1000100 0 1001110 100111 111000 101001010 1000000 11011

Color Harmonies of #701944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701944

Black with #701944

Text Example


Text Example

White with #701944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701944; }

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

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

background-color css

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

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

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

border-color css

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

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

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