#712431

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

Shades of Claret #712431

Tints of Claret #712431

Color information

#712431 (or 0x712431) is unknown color: approx Claret. HEX triplet: 71, 24 and 31. RGB value is (113,36,49). Sum of RGB (Red+Green+Blue) = 113+36+49=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #712431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712431 is #8EDBCE. Grayscale: #3C3C3C. Windows color (decimal): -9362383 or 3220593. OLE color: 3220593.

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

Color convert

RGB1133649-
CMYK00.680.570.56
HSL349.87º51.68%29.22%-
HSV(B)349.87º68.14%44.31%-
XYZ84.993.45-
YUV60.5121.51165.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=57.07%
G=18.18%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113364900.680.570.56349.8751.6829.22
Hex712431044393815e341d
Octal1614461010471705366435
Binary11100011001001100010100010011100111100010101111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712431; }

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

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

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

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

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

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

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

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