Html Css Color HEX #70284E Pompadour

📋 copy color: '#70284E'

red 112 ◦ green 40 ◦ blue 78

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

Shades of Pompadour #70284E

Tints of Pompadour #70284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 48.7%
G = 17.39%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70284E (or 0x70284E) is known color: Pompadour. HEX triplet: 70, 28 and 4E. RGB value is (112,40,78). Sum of RGB (Red+Green+Blue) = 112+40+78=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70284E is #8FD7B1. Grayscale: #414141. Windows color (decimal): -9426866 or 5122160. OLE color: 5122160.

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

Color convert

RGB 112 40 78 -
CMYK 0 0.64 0.30 0.56
HSL 328.33º 0.47% 0.3% -
HSV(B) 328.33º 0.64% 0.44% -
XYZ 8.82 5.51 7.81 -
YUV 65.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 112 40 78 0 0.64 0.30 0.56 328.33 0.47 0.3
Hex 70 28 4E 0 40 1E 38 148 2F 1E
Octal 160 50 116 0 100 36 70 510 57 36
Binary 1110000 101000 1001110 0 1000000 11110 111000 101001000 101111 11110

Color Harmonies of #70284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70284E

Black with #70284E

Text Example


Text Example

White with #70284E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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