#710F31

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

Shades of Claret #710F31

Tints of Claret #710F31

Color information

#710F31 (or 0x710F31) is unknown color: approx Claret. HEX triplet: 71, 0F and 31. RGB value is (113,15,49). Sum of RGB (Red+Green+Blue) = 113+15+49=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #710F31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F31 is #8EF0CE. Grayscale: #303030. Windows color (decimal): -9367759 or 3215217. OLE color: 3215217.

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

Color convert

RGB1131549-
CMYK00.870.570.56
HSL339.18º76.56%25.1%-
HSV(B)339.18º86.73%44.31%-
XYZ7.544.073.29-
YUV48.18128.47174.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=63.84%
G=8.47%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113154900.870.570.56339.1876.5625.1
Hex71F3105739381534d19
Octal16117610127717052311531
Binary1110001111111000101010111111001111000101010011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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