#70182E

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

Shades of Claret #70182E

Tints of Claret #70182E

Color information

#70182E (or 0x70182E) is unknown color: approx Claret. HEX triplet: 70, 18 and 2E. RGB value is (112,24,46). Sum of RGB (Red+Green+Blue) = 112+24+46=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70182E is #8FE7D1. Grayscale: #343434. Windows color (decimal): -9430994 or 3020912. OLE color: 3020912.

HSL color Cylindrical-coordinate representation of color #70182E: hue angle of 345º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70182E is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1122446-
CMYK00.790.590.56
HSL345º64.71%26.67%-
HSV(B)345º78.57%43.92%-
XYZ7.54.33.02-
YUV52.82124.15170.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=61.54%
G=13.19%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112244600.790.590.5634564.7126.67
Hex70182E04F3B38159411b
Octal16030560117737053110133
Binary11100001100010111001001111111011111000101011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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