#713332

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

Shades of Sanguine Brown #713332

Tints of Sanguine Brown #713332

Color information

#713332 (or 0x713332) is unknown color: approx Sanguine Brown. HEX triplet: 71, 33 and 32. RGB value is (113,51,50). Sum of RGB (Red+Green+Blue) = 113+51+50=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #713332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713332 is #8ECCCD. Grayscale: #454545. Windows color (decimal): -9358542 or 3289969. OLE color: 3289969.

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

Color convert

RGB1135150-
CMYK00.550.560.56
HSL0.95º38.65%31.96%-
HSV(B)0.95º55.75%44.31%-
XYZ8.576.113.75-
YUV69.42117.04159.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=52.80%
G=23.83%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113515000.550.560.560.9538.6531.96
Hex713332037383812720
Octal1616362067707014740
Binary111000111001111001001101111110001110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713332; }

 p { color: rgb(113,51,50); }

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

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

 a { background-color: rgb(113,51,50); }

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

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

 span { border-color: rgb(113,51,50); }

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