#712031

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

Shades of Claret #712031

Tints of Claret #712031

Color information

#712031 (or 0x712031) is unknown color: approx Claret. HEX triplet: 71, 20 and 31. RGB value is (113,32,49). Sum of RGB (Red+Green+Blue) = 113+32+49=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #712031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712031 is #8EDFCE. Grayscale: #3A3A3A. Windows color (decimal): -9363407 or 3219569. OLE color: 3219569.

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

Color convert

RGB1133249-
CMYK00.720.570.56
HSL347.41º55.86%28.43%-
HSV(B)347.41º71.68%44.31%-
XYZ7.884.773.41-
YUV58.16122.84167.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=58.25%
G=16.49%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113324900.720.570.56347.4155.8628.43
Hex712031048393815b381c
Octal1614061011071705337034
Binary11100011000001100010100100011100111100010101101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712031; }

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

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

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

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

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

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

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

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