#710D2D

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

Shades of Claret #710D2D

Tints of Claret #710D2D

Color information

#710D2D (or 0x710D2D) is unknown color: approx Claret. HEX triplet: 71, 0D and 2D. RGB value is (113,13,45). Sum of RGB (Red+Green+Blue) = 113+13+45=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D2D is #8EF2D2. Grayscale: #2E2E2E. Windows color (decimal): -9368275 or 2952561. OLE color: 2952561.

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

Color convert

RGB1131345-
CMYK00.880.600.56
HSL340.8º79.37%24.71%-
HSV(B)340.8º88.5%44.31%-
XYZ7.433.992.86-
YUV46.55127.13175.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=66.08%
G=7.60%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113134500.880.600.56340.879.3724.71
Hex71D2D0583C381554f19
Octal16115550130747052511731
Binary1110001110110110101011000111100111000101010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,13,45); }

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

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

 a { background-color: rgb(113,13,45); }

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

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

 span { border-color: rgb(113,13,45); }

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