Html Css Color HEX #70114F Pompadour

📋 copy color: '#70114F'

red 112 ◦ green 17 ◦ blue 79

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

Shades of Pompadour #70114F

Tints of Pompadour #70114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 53.85%
G = 8.17%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70114F (or 0x70114F) is known color: Pompadour. HEX triplet: 70, 11 and 4F. RGB value is (112,17,79). Sum of RGB (Red+Green+Blue) = 112+17+79=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70114F is #8FEEB0. Grayscale: #343434. Windows color (decimal): -9432753 or 5181808. OLE color: 5181808.

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

Color convert

RGB 112 17 79 -
CMYK 0 0.85 0.29 0.56
HSL 320.84º 0.74% 0.25% -
HSV(B) 320.84º 0.85% 0.44% -
XYZ 8.29 4.41 7.81 -
YUV 52.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 112 17 79 0 0.85 0.29 0.56 320.84 0.74 0.25
Hex 70 11 4F 0 55 1D 38 141 4A 19
Octal 160 21 117 0 125 35 70 501 112 31
Binary 1110000 10001 1001111 0 1010101 11101 111000 101000001 1001010 11001

Color Harmonies of #70114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70114F

Black with #70114F

Text Example


Text Example

White with #70114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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