#712934

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

Shades of Claret #712934

Tints of Claret #712934

Color information

#712934 (or 0x712934) is unknown color: approx Claret. HEX triplet: 71, 29 and 34. RGB value is (113,41,52). Sum of RGB (Red+Green+Blue) = 113+41+52=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712934 is #8ED6CB. Grayscale: #3F3F3F. Windows color (decimal): -9361100 or 3418481. OLE color: 3418481.

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

Color convert

RGB1134152-
CMYK00.640.540.56
HSL350.83º46.75%30.2%-
HSV(B)350.83º63.72%44.31%-
XYZ8.225.343.85-
YUV63.78121.35163.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=54.85%
G=19.90%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113415200.640.540.56350.8346.7530.2
Hex712934040363815f2f1e
Octal1615164010066705375736
Binary11100011010011101000100000011011011100010101111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712934; }

 p { color: rgb(113,41,52); }

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

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

 a { background-color: rgb(113,41,52); }

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

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

 span { border-color: rgb(113,41,52); }

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