#70162C

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

Shades of Claret #70162C

Tints of Claret #70162C

Color information

#70162C (or 0x70162C) is unknown color: approx Claret. HEX triplet: 70, 16 and 2C. RGB value is (112,22,44). Sum of RGB (Red+Green+Blue) = 112+22+44=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70162C is #8FE9D3. Grayscale: #333333. Windows color (decimal): -9431508 or 2889328. OLE color: 2889328.

HSL color Cylindrical-coordinate representation of color #70162C: hue angle of 345.33º 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 #70162C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1122244-
CMYK00.800.610.56
HSL345.33º67.16%26.27%-
HSV(B)345.33º80.36%43.92%-
XYZ7.424.22.8-
YUV51.42123.82171.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=62.92%
G=12.36%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112224400.800.610.56345.3367.1626.27
Hex70162C0503D38159431a
Octal16026540120757053110332
Binary11100001011010110001010000111101111000101011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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