#712936

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

Shades of Claret #712936

Tints of Claret #712936

Color information

#712936 (or 0x712936) is unknown color: approx Claret. HEX triplet: 71, 29 and 36. RGB value is (113,41,54). Sum of RGB (Red+Green+Blue) = 113+41+54=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #712936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712936 is #8ED6C9. Grayscale: #404040. Windows color (decimal): -9361098 or 3549553. OLE color: 3549553.

HSL color Cylindrical-coordinate representation of color #712936: hue angle of 349.17º 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 #712936 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1134154-
CMYK00.640.520.56
HSL349.17º46.75%30.2%-
HSV(B)349.17º63.72%44.31%-
XYZ8.275.364.09-
YUV64.01122.35162.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=54.33%
G=19.71%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113415400.640.520.56349.1746.7530.2
Hex712936040343815d2f1e
Octal1615166010064705355736
Binary11100011010011101100100000011010011100010101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712936; }

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

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

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

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

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

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

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

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