#712639

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

Shades of Claret #712639

Tints of Claret #712639

Color information

#712639 (or 0x712639) is unknown color: approx Claret. HEX triplet: 71, 26 and 39. RGB value is (113,38,57). Sum of RGB (Red+Green+Blue) = 113+38+57=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #712639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712639 is #8ED9C6. Grayscale: #3E3E3E. Windows color (decimal): -9361863 or 3745393. OLE color: 3745393.

HSL color Cylindrical-coordinate representation of color #712639: hue angle of 344.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712639 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1133857-
CMYK00.660.500.56
HSL344.8º49.67%29.61%-
HSV(B)344.8º66.37%44.31%-
XYZ8.245.194.44-
YUV62.59124.85163.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=54.33%
G=18.27%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113385700.660.500.56344.849.6729.61
Hex7126390423238159321e
Octal1614671010262705316236
Binary11100011001101110010100001011001011100010101100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712639; }

 p { color: rgb(113,38,57); }

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

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

 a { background-color: rgb(113,38,57); }

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

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

 span { border-color: rgb(113,38,57); }

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