Html Css Color HEX #70204D Pompadour

📋 copy color: '#70204D'

red 112 ◦ green 32 ◦ blue 77

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

Shades of Pompadour #70204D

Tints of Pompadour #70204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 50.68%
G = 14.48%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70204D (or 0x70204D) is known color: Pompadour. HEX triplet: 70, 20 and 4D. RGB value is (112,32,77). Sum of RGB (Red+Green+Blue) = 112+32+77=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70204D is #8FDFB2. Grayscale: #3C3C3C. Windows color (decimal): -9428915 or 5054576. OLE color: 5054576.

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

Color convert

RGB 112 32 77 -
CMYK 0 0.71 0.31 0.56
HSL 326.25º 0.56% 0.28% -
HSV(B) 326.25º 0.71% 0.44% -
XYZ 8.54 5.01 7.54 -
YUV 61.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 112 32 77 0 0.71 0.31 0.56 326.25 0.56 0.28
Hex 70 20 4D 0 47 1F 38 146 38 1C
Octal 160 40 115 0 107 37 70 506 70 34
Binary 1110000 100000 1001101 0 1000111 11111 111000 101000110 111000 11100

Color Harmonies of #70204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70204D

Black with #70204D

Text Example


Text Example

White with #70204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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