#710F2B

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

Shades of Claret #710F2B

Tints of Claret #710F2B

Color information

#710F2B (or 0x710F2B) is unknown color: approx Claret. HEX triplet: 71, 0F and 2B. RGB value is (113,15,43). Sum of RGB (Red+Green+Blue) = 113+15+43=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F2B is #8EF0D4. Grayscale: #2F2F2F. Windows color (decimal): -9367765 or 2822001. OLE color: 2822001.

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

Color convert

RGB1131543-
CMYK00.870.620.56
HSL342.86º76.56%25.1%-
HSV(B)342.86º86.73%44.31%-
XYZ7.424.032.67-
YUV47.49125.47174.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=66.08%
G=8.77%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113154300.870.620.56342.8676.5625.1
Hex71F2B0573E381574d19
Octal16117530127767052711531
Binary1110001111110101101010111111110111000101010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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