Html Css Color HEX #701139 Pompadour

📋 copy color: '#701139'

red 112 ◦ green 17 ◦ blue 57

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

Shades of Pompadour #701139

Tints of Pompadour #701139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 60.22%
G = 9.14%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#701139 (or 0x701139) is known color: Pompadour. HEX triplet: 70, 11 and 39. RGB value is (112,17,57). Sum of RGB (Red+Green+Blue) = 112+17+57=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701139 is #8FEEC6. Grayscale: #313131. Windows color (decimal): -9432775 or 3740016. OLE color: 3740016.

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

Color convert

RGB 112 17 57 -
CMYK 0 0.85 0.49 0.56
HSL 334.74º 0.74% 0.25% -
HSV(B) 334.74º 0.85% 0.44% -
XYZ 7.62 4.14 4.27 -
YUV 49.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 112 17 57 0 0.85 0.49 0.56 334.74 0.74 0.25
Hex 70 11 39 0 55 31 38 14F 4A 19
Octal 160 21 71 0 125 61 70 517 112 31
Binary 1110000 10001 111001 0 1010101 110001 111000 101001111 1001010 11001

Color Harmonies of #701139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701139

Black with #701139

Text Example


Text Example

White with #701139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701139; }

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

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

background-color css

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

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

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

border-color css

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

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

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