Html Css Color HEX #70164E Pompadour

📋 copy color: '#70164E'

red 112 ◦ green 22 ◦ blue 78

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

Shades of Pompadour #70164E

Tints of Pompadour #70164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 52.83%
G = 10.38%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70164E (or 0x70164E) is known color: Pompadour. HEX triplet: 70, 16 and 4E. RGB value is (112,22,78). Sum of RGB (Red+Green+Blue) = 112+22+78=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70164E is #8FE9B1. Grayscale: #373737. Windows color (decimal): -9431474 or 5117552. OLE color: 5117552.

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

Color convert

RGB 112 22 78 -
CMYK 0 0.80 0.30 0.56
HSL 322.67º 0.67% 0.26% -
HSV(B) 322.67º 0.8% 0.44% -
XYZ 8.34 4.57 7.65 -
YUV 55.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 112 22 78 0 0.80 0.30 0.56 322.67 0.67 0.26
Hex 70 16 4E 0 50 1E 38 143 43 1A
Octal 160 26 116 0 120 36 70 503 103 32
Binary 1110000 10110 1001110 0 1010000 11110 111000 101000011 1000011 11010

Color Harmonies of #70164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70164E

Black with #70164E

Text Example


Text Example

White with #70164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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