#70224B

Color #70224B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #70224B

Tints of Pompadour #70224B

Color information

#70224B (or 0x70224B) is unknown color: approx Pompadour. HEX triplet: 70, 22 and 4B. RGB value is (112,34,75). Sum of RGB (Red+Green+Blue) = 112+34+75=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70224B is #8FDDB4. Grayscale: #3D3D3D. Windows color (decimal): -9428405 or 4924016. OLE color: 4924016.

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

Color convert

RGB1123475-
CMYK00.700.330.56
HSL328.46º53.42%28.63%-
HSV(B)328.46º69.64%43.92%-
XYZ8.525.17.19-
YUV62135.34163.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=50.68%
G=15.38%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112347500.700.330.56328.4653.4228.63
Hex70224B0462138148351d
Octal16042113010641705106535
Binary111000010001010010110100011010000111100010100100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70224B;
 }
 .AnyTagClassName
 {
   color: #70224B;
 }
</style>
background-color css

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

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

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

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

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

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