Html Css Color HEX #70204B Pompadour

📋 copy color: '#70204B'

red 112 ◦ green 32 ◦ blue 75

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

Shades of Pompadour #70204B

Tints of Pompadour #70204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 51.14%
G = 14.61%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70204B (or 0x70204B) is known color: Pompadour. HEX triplet: 70, 20 and 4B. RGB value is (112,32,75). Sum of RGB (Red+Green+Blue) = 112+32+75=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70204B is #8FDFB4. Grayscale: #3C3C3C. Windows color (decimal): -9428917 or 4923504. OLE color: 4923504.

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

Color convert

RGB 112 32 75 -
CMYK 0 0.71 0.33 0.56
HSL 327.75º 0.56% 0.28% -
HSV(B) 327.75º 0.71% 0.44% -
XYZ 8.47 4.99 7.17 -
YUV 60.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 112 32 75 0 0.71 0.33 0.56 327.75 0.56 0.28
Hex 70 20 4B 0 47 21 38 148 38 1C
Octal 160 40 113 0 107 41 70 510 70 34
Binary 1110000 100000 1001011 0 1000111 100001 111000 101001000 111000 11100

Color Harmonies of #70204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70204B

Black with #70204B

Text Example


Text Example

White with #70204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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