Html Css Color HEX #701039 Pompadour

📋 copy color: '#701039'

red 112 ◦ green 16 ◦ blue 57

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

Shades of Pompadour #701039

Tints of Pompadour #701039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 57 (22.66% from 255) = 30.81%

R = 60.54%
G = 8.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#701039 (or 0x701039) is known color: Pompadour. HEX triplet: 70, 10 and 39. RGB value is (112,16,57). Sum of RGB (Red+Green+Blue) = 112+16+57=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701039 is #8FEFC6. Grayscale: #313131. Windows color (decimal): -9433031 or 3739760. OLE color: 3739760.

HSL color Cylindrical-coordinate representation of color #701039: hue angle of 334.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701039 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 57 -
CMYK 0 0.86 0.49 0.56
HSL 334.38º 0.75% 0.25% -
HSV(B) 334.38º 0.86% 0.44% -
XYZ 7.61 4.11 4.26 -
YUV 49.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 112 16 57 0 0.86 0.49 0.56 334.38 0.75 0.25
Hex 70 10 39 0 56 31 38 14E 4B 19
Octal 160 20 71 0 126 61 70 516 113 31
Binary 1110000 10000 111001 0 1010110 110001 111000 101001110 1001011 11001

Color Harmonies of #701039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701039

Black with #701039

Text Example


Text Example

White with #701039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701039; }

 p { color: rgb(112,16,57); }

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

background-color css

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

 a { background-color: rgb(112,16,57); }

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

border-color css

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

 span { border-color: rgb(112,16,57); }

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