Html Css Color HEX #70204F Pompadour

📋 copy color: '#70204F'

red 112 ◦ green 32 ◦ blue 79

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

Shades of Pompadour #70204F

Tints of Pompadour #70204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 50.22%
G = 14.35%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70204F (or 0x70204F) is known color: Pompadour. HEX triplet: 70, 20 and 4F. RGB value is (112,32,79). Sum of RGB (Red+Green+Blue) = 112+32+79=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70204F is #8FDFB0. Grayscale: #3D3D3D. Windows color (decimal): -9428913 or 5185648. OLE color: 5185648.

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

Color convert

RGB 112 32 79 -
CMYK 0 0.71 0.29 0.56
HSL 324.75º 0.56% 0.28% -
HSV(B) 324.75º 0.71% 0.44% -
XYZ 8.61 5.04 7.92 -
YUV 61.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 112 32 79 0 0.71 0.29 0.56 324.75 0.56 0.28
Hex 70 20 4F 0 47 1D 38 145 38 1C
Octal 160 40 117 0 107 35 70 505 70 34
Binary 1110000 100000 1001111 0 1000111 11101 111000 101000101 111000 11100

Color Harmonies of #70204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70204F

Black with #70204F

Text Example


Text Example

White with #70204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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