#710f2c

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

Shades of Claret #710F2C

Tints of Claret #710F2C

Color information

#710F2C (or 0x710F2C) is unknown color: approx Claret. HEX triplet: 71, 0F and 2C. RGB value is (113,15,44). Sum of RGB (Red+Green+Blue) = 113+15+44=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F2C is #8EF0D3. Grayscale: #2F2F2F. Windows color (decimal): -9367764 or 2887537. OLE color: 2887537.

HSL color Cylindrical-coordinate representation of color #710F2C: hue angle of 342.24º degrees, saturation: 0.77, 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 #710F2C is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1131544-
CMYK00.870.610.56
HSL342.24º76.56%25.1%-
HSV(B)342.24º86.73%44.31%-
XYZ7.444.032.77-
YUV47.61125.97174.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=65.70%
G=8.72%
B=25.58%

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
Decimal113154400.870.610.56342.2476.5625.1
Hex71F2C0573D381564d19
Octal16117540127757052611531
Binary1110001111110110001010111111101111000101010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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