#703333

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

Shades of Sanguine Brown #703333

Tints of Sanguine Brown #703333

Color information

#703333 (or 0x703333) is unknown color: approx Sanguine Brown. HEX triplet: 70, 33 and 33. RGB value is (112,51,51). Sum of RGB (Red+Green+Blue) = 112+51+51=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703333 is #8FCCCC. Grayscale: #454545. Windows color (decimal): -9424077 or 3355504. OLE color: 3355504.

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

Color convert

RGB1125151-
CMYK00.540.540.56
HSL37.42%31.96%-
HSV(B)54.46%43.92%-
XYZ8.466.053.85-
YUV69.24117.71158.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=52.34%
G=23.83%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112515100.540.540.56037.4231.96
Hex703333036363802520
Octal1606363066667004540
Binary111000011001111001101101101101101110000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703333; }

 p { color: rgb(112,51,51); }

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

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

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

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

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

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

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