Html Css Color HEX #70114E Pompadour

📋 copy color: '#70114E'

red 112 ◦ green 17 ◦ blue 78

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

Shades of Pompadour #70114E

Tints of Pompadour #70114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 54.11%
G = 8.21%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70114E (or 0x70114E) is known color: Pompadour. HEX triplet: 70, 11 and 4E. RGB value is (112,17,78). Sum of RGB (Red+Green+Blue) = 112+17+78=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70114E is #8FEEB1. Grayscale: #343434. Windows color (decimal): -9432754 or 5116272. OLE color: 5116272.

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

Color convert

RGB 112 17 78 -
CMYK 0 0.85 0.30 0.56
HSL 321.47º 0.74% 0.25% -
HSV(B) 321.47º 0.85% 0.44% -
XYZ 8.26 4.4 7.62 -
YUV 52.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 112 17 78 0 0.85 0.30 0.56 321.47 0.74 0.25
Hex 70 11 4E 0 55 1E 38 141 4A 19
Octal 160 21 116 0 125 36 70 501 112 31
Binary 1110000 10001 1001110 0 1010101 11110 111000 101000001 1001010 11001

Color Harmonies of #70114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70114E

Black with #70114E

Text Example


Text Example

White with #70114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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