Html Css Color HEX #70134E Pompadour

📋 copy color: '#70134E'

red 112 ◦ green 19 ◦ blue 78

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

Shades of Pompadour #70134E

Tints of Pompadour #70134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 53.59%
G = 9.09%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70134E (or 0x70134E) is known color: Pompadour. HEX triplet: 70, 13 and 4E. RGB value is (112,19,78). Sum of RGB (Red+Green+Blue) = 112+19+78=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70134E is #8FECB1. Grayscale: #353535. Windows color (decimal): -9432242 or 5116784. OLE color: 5116784.

HSL color Cylindrical-coordinate representation of color #70134E: hue angle of 321.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70134E is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 78 -
CMYK 0 0.83 0.30 0.56
HSL 321.94º 0.71% 0.26% -
HSV(B) 321.94º 0.83% 0.44% -
XYZ 8.29 4.46 7.63 -
YUV 53.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 112 19 78 0 0.83 0.30 0.56 321.94 0.71 0.26
Hex 70 13 4E 0 53 1E 38 142 47 1A
Octal 160 23 116 0 123 36 70 502 107 32
Binary 1110000 10011 1001110 0 1010011 11110 111000 101000010 1000111 11010

Color Harmonies of #70134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70134E

Black with #70134E

Text Example


Text Example

White with #70134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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