#700E2E

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

Shades of Claret #700E2E

Tints of Claret #700E2E

Color information

#700E2E (or 0x700E2E) is unknown color: approx Claret. HEX triplet: 70, 0E and 2E. RGB value is (112,14,46). Sum of RGB (Red+Green+Blue) = 112+14+46=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #700E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E2E is #8FF1D1. Grayscale: #2E2E2E. Windows color (decimal): -9433554 or 3018352. OLE color: 3018352.

HSL color Cylindrical-coordinate representation of color #700E2E: hue angle of 340.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E2E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1121446-
CMYK00.880.590.56
HSL340.41º77.78%24.71%-
HSV(B)340.41º87.5%43.92%-
XYZ7.333.962.96-
YUV46.95127.47174.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=65.12%
G=8.14%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112144600.880.590.56340.4177.7824.71
Hex70E2E0583B381544e19
Octal16016560130737052411631
Binary1110000111010111001011000111011111000101010100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700E2E; }

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

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

<style>
 a { background-color: #700E2E; }

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

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

<style>
 span { border-color: #700E2E; }

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

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