#700f2c

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

Shades of Claret #700F2C

Tints of Claret #700F2C

Color information

#700F2C (or 0x700F2C) is unknown color: approx Claret. HEX triplet: 70, 0F and 2C. RGB value is (112,15,44). Sum of RGB (Red+Green+Blue) = 112+15+44=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F2C is #8FF0D3. Grayscale: #2F2F2F. Windows color (decimal): -9433300 or 2887536. OLE color: 2887536.

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

Color convert

RGB1121544-
CMYK00.870.610.56
HSL342.06º76.38%24.9%-
HSV(B)342.06º86.61%43.92%-
XYZ7.313.972.76-
YUV47.31126.14174.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.50%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=65.50%
G=8.77%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112154400.870.610.56342.0676.3824.9
Hex70F2C0573D381564c19
Octal16017540127757052611431
Binary1110000111110110001010111111101111000101010110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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