Html Css Color HEX #70214E Pompadour

📋 copy color: '#70214E'

red 112 ◦ green 33 ◦ blue 78

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

Shades of Pompadour #70214E

Tints of Pompadour #70214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

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

R = 50.22%
G = 14.8%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70214E (or 0x70214E) is known color: Pompadour. HEX triplet: 70, 21 and 4E. RGB value is (112,33,78). Sum of RGB (Red+Green+Blue) = 112+33+78=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70214E is #8FDEB1. Grayscale: #3D3D3D. Windows color (decimal): -9428658 or 5120368. OLE color: 5120368.

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

Color convert

RGB 112 33 78 -
CMYK 0 0.71 0.30 0.56
HSL 325.82º 0.54% 0.28% -
HSV(B) 325.82º 0.71% 0.44% -
XYZ 8.6 5.08 7.74 -
YUV 61.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 112 33 78 0 0.71 0.30 0.56 325.82 0.54 0.28
Hex 70 21 4E 0 47 1E 38 146 36 1C
Octal 160 41 116 0 107 36 70 506 66 34
Binary 1110000 100001 1001110 0 1000111 11110 111000 101000110 110110 11100

Color Harmonies of #70214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70214E

Black with #70214E

Text Example


Text Example

White with #70214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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