#70122D

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

Shades of Claret #70122D

Tints of Claret #70122D

Color information

#70122D (or 0x70122D) is unknown color: approx Claret. HEX triplet: 70, 12 and 2D. RGB value is (112,18,45). Sum of RGB (Red+Green+Blue) = 112+18+45=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70122D is #8FEDD2. Grayscale: #313131. Windows color (decimal): -9432531 or 2953840. OLE color: 2953840.

HSL color Cylindrical-coordinate representation of color #70122D: hue angle of 342.77º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70122D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1121845-
CMYK00.840.600.56
HSL342.77º72.31%25.49%-
HSV(B)342.77º83.93%43.92%-
XYZ7.374.072.88-
YUV49.18125.64172.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=64%
G=10.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112184500.840.600.56342.7772.3125.49
Hex70122D0543C381574819
Octal16022550124747052711031
Binary11100001001010110101010100111100111000101010111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70122D; }

 p { color: rgb(112,18,45); }

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

<style>
 a { background-color: #70122D; }

 a { background-color: rgb(112,18,45); }

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

<style>
 span { border-color: #70122D; }

 span { border-color: rgb(112,18,45); }

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