#700E2B

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

Shades of Claret #700E2B

Tints of Claret #700E2B

Color information

#700E2B (or 0x700E2B) is unknown color: approx Claret. HEX triplet: 70, 0E and 2B. RGB value is (112,14,43). Sum of RGB (Red+Green+Blue) = 112+14+43=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E2B is #8FF1D4. Grayscale: #2E2E2E. Windows color (decimal): -9433557 or 2821744. OLE color: 2821744.

HSL color Cylindrical-coordinate representation of color #700E2B: hue angle of 342.24º 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 #700E2B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1121443-
CMYK00.880.620.56
HSL342.24º77.78%24.71%-
HSV(B)342.24º87.5%43.92%-
XYZ7.283.932.66-
YUV46.61125.97174.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=66.27%
G=8.28%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112144300.880.620.56342.2477.7824.71
Hex70E2B0583E381564e19
Octal16016530130767052611631
Binary1110000111010101101011000111110111000101010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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