Html Css Color HEX #701940 Pompadour

📋 copy color: '#701940'

red 112 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #701940

Tints of Pompadour #701940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 55.72%
G = 12.44%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#701940 (or 0x701940) is known color: Pompadour. HEX triplet: 70, 19 and 40. RGB value is (112,25,64). Sum of RGB (Red+Green+Blue) = 112+25+64=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701940 is #8FE6BF. Grayscale: #373737. Windows color (decimal): -9430720 or 4200816. OLE color: 4200816.

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

Color convert

RGB 112 25 64 -
CMYK 0 0.78 0.43 0.56
HSL 333.1º 0.64% 0.27% -
HSV(B) 333.1º 0.78% 0.44% -
XYZ 7.96 4.51 5.3 -
YUV 55.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 112 25 64 0 0.78 0.43 0.56 333.1 0.64 0.27
Hex 70 19 40 0 4E 2B 38 14D 40 1B
Octal 160 31 100 0 116 53 70 515 100 33
Binary 1110000 11001 1000000 0 1001110 101011 111000 101001101 1000000 11011

Color Harmonies of #701940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701940

Black with #701940

Text Example


Text Example

White with #701940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701940; }

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

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

background-color css

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

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

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

border-color css

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

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

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