Html Css Color HEX #70224F Pompadour

📋 copy color: '#70224F'

red 112 ◦ green 34 ◦ blue 79

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

Shades of Pompadour #70224F

Tints of Pompadour #70224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

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

R = 49.78%
G = 15.11%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70224F (or 0x70224F) is known color: Pompadour. HEX triplet: 70, 22 and 4F. RGB value is (112,34,79). Sum of RGB (Red+Green+Blue) = 112+34+79=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70224F is #8FDDB0. Grayscale: #3E3E3E. Windows color (decimal): -9428401 or 5186160. OLE color: 5186160.

HSL color Cylindrical-coordinate representation of color #70224F: hue angle of 325.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70224F is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 79 -
CMYK 0 0.70 0.29 0.56
HSL 325.38º 0.53% 0.29% -
HSV(B) 325.38º 0.7% 0.44% -
XYZ 8.67 5.15 7.94 -
YUV 62.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 112 34 79 0 0.70 0.29 0.56 325.38 0.53 0.29
Hex 70 22 4F 0 46 1D 38 145 35 1D
Octal 160 42 117 0 106 35 70 505 65 35
Binary 1110000 100010 1001111 0 1000110 11101 111000 101000101 110101 11101

Color Harmonies of #70224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70224F

Black with #70224F

Text Example


Text Example

White with #70224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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