#70222F

Color #70222F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #70222F

Tints of Claret #70222F

Color information

#70222F (or 0x70222F) is unknown color: approx Claret. HEX triplet: 70, 22 and 2F. RGB value is (112,34,47). Sum of RGB (Red+Green+Blue) = 112+34+47=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70222F is #8FDDD0. Grayscale: #3A3A3A. Windows color (decimal): -9428433 or 3089008. OLE color: 3089008.

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

Color convert

RGB1123447-
CMYK00.700.580.56
HSL350º53.42%28.63%-
HSV(B)350º69.64%43.92%-
XYZ7.774.793.21-
YUV58.8121.34165.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=58.03%
G=17.62%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112344700.700.580.5635053.4228.63
Hex70222F0463A3815e351d
Octal1604257010672705366535
Binary11100001000101011110100011011101011100010101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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