#70172D

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

Shades of Claret #70172D

Tints of Claret #70172D

Color information

#70172D (or 0x70172D) is unknown color: approx Claret. HEX triplet: 70, 17 and 2D. RGB value is (112,23,45). Sum of RGB (Red+Green+Blue) = 112+23+45=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70172D is #8FE8D2. Grayscale: #343434. Windows color (decimal): -9431251 or 2955120. OLE color: 2955120.

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

Color convert

RGB1122345-
CMYK00.790.600.56
HSL345.17º65.93%26.47%-
HSV(B)345.17º79.46%43.92%-
XYZ7.464.252.91-
YUV52.12123.99170.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 45 (17.97% from 255) = 25%
R=62.22%
G=12.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112234500.790.600.56345.1765.9326.47
Hex70172D04F3C38159421a
Octal16027550117747053110232
Binary11100001011110110101001111111100111000101011001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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