Html Css Color HEX #70204A Pompadour

📋 copy color: '#70204A'

red 112 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #70204A

Tints of Pompadour #70204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 51.38%
G = 14.68%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#70204A (or 0x70204A) is known color: Pompadour. HEX triplet: 70, 20 and 4A. RGB value is (112,32,74). Sum of RGB (Red+Green+Blue) = 112+32+74=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #70204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70204A is #8FDFB5. Grayscale: #3C3C3C. Windows color (decimal): -9428918 or 4857968. OLE color: 4857968.

HSL color Cylindrical-coordinate representation of color #70204A: hue angle of 328.5º degrees, saturation: 0.56, 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 #70204A is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 74 -
CMYK 0 0.71 0.34 0.56
HSL 328.5º 0.56% 0.28% -
HSV(B) 328.5º 0.71% 0.44% -
XYZ 8.43 4.97 6.99 -
YUV 60.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 112 32 74 0 0.71 0.34 0.56 328.5 0.56 0.28
Hex 70 20 4A 0 47 22 38 148 38 1C
Octal 160 40 112 0 107 42 70 510 70 34
Binary 1110000 100000 1001010 0 1000111 100010 111000 101001000 111000 11100

Color Harmonies of #70204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70204A

Black with #70204A

Text Example


Text Example

White with #70204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70204A; }

 p { color: rgb(112,32,74); }

 H1.HeaderClassName
 {
   color: #70204A;
 }
 .AnyTagClassName
 {
   color: #70204A;
 }
</style>

background-color css

<style>
 a { background-color: #70204A; }

 a { background-color: rgb(112,32,74); }

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

border-color css

<style>
 span { border-color: #70204A; }

 span { border-color: rgb(112,32,74); }

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