Html Css Color HEX #701142 Pompadour

📋 copy color: '#701142'

red 112 ◦ green 17 ◦ blue 66

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

Shades of Pompadour #701142

Tints of Pompadour #701142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 57.44%
G = 8.72%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#701142 (or 0x701142) is known color: Pompadour. HEX triplet: 70, 11 and 42. RGB value is (112,17,66). Sum of RGB (Red+Green+Blue) = 112+17+66=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701142 is #8FEEBD. Grayscale: #323232. Windows color (decimal): -9432766 or 4329840. OLE color: 4329840.

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

Color convert

RGB 112 17 66 -
CMYK 0 0.85 0.41 0.56
HSL 329.05º 0.74% 0.25% -
HSV(B) 329.05º 0.85% 0.44% -
XYZ 7.87 4.24 5.56 -
YUV 50.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 112 17 66 0 0.85 0.41 0.56 329.05 0.74 0.25
Hex 70 11 42 0 55 29 38 149 4A 19
Octal 160 21 102 0 125 51 70 511 112 31
Binary 1110000 10001 1000010 0 1010101 101001 111000 101001001 1001010 11001

Color Harmonies of #701142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701142

Black with #701142

Text Example


Text Example

White with #701142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701142; }

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

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

background-color css

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

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

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

border-color css

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

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

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