#710C31

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

Shades of Claret #710C31

Tints of Claret #710C31

Color information

#710C31 (or 0x710C31) is unknown color: approx Claret. HEX triplet: 71, 0C and 31. RGB value is (113,12,49). Sum of RGB (Red+Green+Blue) = 113+12+49=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C31 is #8EF3CE. Grayscale: #2E2E2E. Windows color (decimal): -9368527 or 3214449. OLE color: 3214449.

HSL color Cylindrical-coordinate representation of color #710C31: hue angle of 338.02º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C31 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1131249-
CMYK00.890.570.56
HSL338.02º80.8%24.51%-
HSV(B)338.02º89.38%44.31%-
XYZ7.543.28-
YUV46.42129.46175.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=64.94%
G=6.90%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113124900.890.570.56338.0280.824.51
Hex71C3105939381525119
Octal16114610131717052212131
Binary1110001110011000101011001111001111000101010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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