#70212E

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

Shades of Claret #70212E

Tints of Claret #70212E

Color information

#70212E (or 0x70212E) is unknown color: approx Claret. HEX triplet: 70, 21 and 2E. RGB value is (112,33,46). Sum of RGB (Red+Green+Blue) = 112+33+46=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70212E is #8FDED1. Grayscale: #3A3A3A. Windows color (decimal): -9428690 or 3023216. OLE color: 3023216.

HSL color Cylindrical-coordinate representation of color #70212E: hue angle of 350.13º degrees, saturation: 0.54, 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 #70212E is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1123346-
CMYK00.710.590.56
HSL350.13º54.48%28.43%-
HSV(B)350.13º70.54%43.92%-
XYZ7.724.733.09-
YUV58.1121.17166.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=58.64%
G=17.28%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112334600.710.590.56350.1354.4828.43
Hex70212E0473B3815e361c
Octal1604156010773705366634
Binary11100001000011011100100011111101111100010101111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70212E; }

 p { color: rgb(112,33,46); }

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

<style>
 a { background-color: #70212E; }

 a { background-color: rgb(112,33,46); }

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

<style>
 span { border-color: #70212E; }

 span { border-color: rgb(112,33,46); }

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