#70102C

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

Shades of Claret #70102C

Tints of Claret #70102C

Color information

#70102C (or 0x70102C) is unknown color: approx Claret. HEX triplet: 70, 10 and 2C. RGB value is (112,16,44). Sum of RGB (Red+Green+Blue) = 112+16+44=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70102C is #8FEFD3. Grayscale: #2F2F2F. Windows color (decimal): -9433044 or 2887792. OLE color: 2887792.

HSL color Cylindrical-coordinate representation of color #70102C: hue angle of 342.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70102C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1121644-
CMYK00.860.610.56
HSL342.5º75%25.1%-
HSV(B)342.5º85.71%43.92%-
XYZ7.3242.77-
YUV47.9125.8173.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=65.12%
G=9.30%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112164400.860.610.56342.57525.1
Hex70102C0563D381564b19
Octal16020540126757052611331
Binary11100001000010110001010110111101111000101010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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