Html Css Color HEX #70154E Pompadour

📋 copy color: '#70154E'

red 112 ◦ green 21 ◦ blue 78

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

Shades of Pompadour #70154E

Tints of Pompadour #70154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 53.08%
G = 9.95%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70154E (or 0x70154E) is known color: Pompadour. HEX triplet: 70, 15 and 4E. RGB value is (112,21,78). Sum of RGB (Red+Green+Blue) = 112+21+78=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70154E is #8FEAB1. Grayscale: #363636. Windows color (decimal): -9431730 or 5117296. OLE color: 5117296.

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

Color convert

RGB 112 21 78 -
CMYK 0 0.81 0.30 0.56
HSL 322.42º 0.68% 0.26% -
HSV(B) 322.42º 0.81% 0.44% -
XYZ 8.33 4.53 7.64 -
YUV 54.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 112 21 78 0 0.81 0.30 0.56 322.42 0.68 0.26
Hex 70 15 4E 0 51 1E 38 142 44 1A
Octal 160 25 116 0 121 36 70 502 104 32
Binary 1110000 10101 1001110 0 1010001 11110 111000 101000010 1000100 11010

Color Harmonies of #70154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70154E

Black with #70154E

Text Example


Text Example

White with #70154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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