#70162D

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

Shades of Claret #70162D

Tints of Claret #70162D

Color information

#70162D (or 0x70162D) is unknown color: approx Claret. HEX triplet: 70, 16 and 2D. RGB value is (112,22,45). Sum of RGB (Red+Green+Blue) = 112+22+45=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70162D is #8FE9D2. Grayscale: #333333. Windows color (decimal): -9431507 or 2954864. OLE color: 2954864.

HSL color Cylindrical-coordinate representation of color #70162D: hue angle of 344.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70162D is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1122245-
CMYK00.800.600.56
HSL344.67º67.16%26.27%-
HSV(B)344.67º80.36%43.92%-
XYZ7.444.212.9-
YUV51.53124.32171.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=62.57%
G=12.29%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112224500.800.600.56344.6767.1626.27
Hex70162D0503C38159431a
Octal16026550120747053110332
Binary11100001011010110101010000111100111000101011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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