#70182D

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

Shades of Claret #70182D

Tints of Claret #70182D

Color information

#70182D (or 0x70182D) is unknown color: approx Claret. HEX triplet: 70, 18 and 2D. RGB value is (112,24,45). Sum of RGB (Red+Green+Blue) = 112+24+45=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70182D is #8FE7D2. Grayscale: #343434. Windows color (decimal): -9430995 or 2955376. OLE color: 2955376.

HSL color Cylindrical-coordinate representation of color #70182D: hue angle of 345.68º 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 #70182D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1122445-
CMYK00.790.600.56
HSL345.68º64.71%26.67%-
HSV(B)345.68º78.57%43.92%-
XYZ7.484.292.92-
YUV52.71123.65170.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=61.88%
G=13.26%
B=24.86%

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
Decimal112244500.790.600.56345.6864.7126.67
Hex70182D04F3C3815a411b
Octal16030550117747053210133
Binary11100001100010110101001111111100111000101011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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