Html Css Color HEX #701146 Pompadour

📋 copy color: '#701146'

red 112 ◦ green 17 ◦ blue 70

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

Shades of Pompadour #701146

Tints of Pompadour #701146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 56.28%
G = 8.54%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#701146 (or 0x701146) is known color: Pompadour. HEX triplet: 70, 11 and 46. RGB value is (112,17,70). Sum of RGB (Red+Green+Blue) = 112+17+70=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701146 is #8FEEB9. Grayscale: #333333. Windows color (decimal): -9432762 or 4591984. OLE color: 4591984.

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

Color convert

RGB 112 17 70 -
CMYK 0 0.85 0.38 0.56
HSL 326.53º 0.74% 0.25% -
HSV(B) 326.53º 0.85% 0.44% -
XYZ 7.99 4.29 6.2 -
YUV 51.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 112 17 70 0 0.85 0.38 0.56 326.53 0.74 0.25
Hex 70 11 46 0 55 26 38 147 4A 19
Octal 160 21 106 0 125 46 70 507 112 31
Binary 1110000 10001 1000110 0 1010101 100110 111000 101000111 1001010 11001

Color Harmonies of #701146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701146

Black with #701146

Text Example


Text Example

White with #701146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701146; }

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

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

background-color css

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

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

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

border-color css

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

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

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