#700D2B

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

Shades of Claret #700D2B

Tints of Claret #700D2B

Color information

#700D2B (or 0x700D2B) is unknown color: approx Claret. HEX triplet: 70, 0D and 2B. RGB value is (112,13,43). Sum of RGB (Red+Green+Blue) = 112+13+43=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D2B is #8FF2D4. Grayscale: #2E2E2E. Windows color (decimal): -9433813 or 2821488. OLE color: 2821488.

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

Color convert

RGB1121343-
CMYK00.880.620.56
HSL341.82º79.2%24.51%-
HSV(B)341.82º88.39%43.92%-
XYZ7.263.912.66-
YUV46.02126.3175.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 13 (5.47% from 255) = 7.74%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=66.67%
G=7.74%
B=25.60%

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
Decimal112134300.880.620.56341.8279.224.51
Hex70D2B0583E381564f19
Octal16015530130767052611731
Binary1110000110110101101011000111110111000101010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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