Shades of Sanguine Brown #703A36
Tints of Sanguine Brown #703A36
RGB
CMYK
RGB Variations
Color information
#703A36 (or 0x703A36) is known color: Sanguine Brown. HEX triplet: 70, 3A and 36. RGB value is (112,58,54). Sum of RGB (Red+Green+Blue) = 112+58+54=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #703A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A36 is #8FC5C9. Grayscale: #494949. Windows color (decimal): -9422282 or 3553904. OLE color: 3553904.
HSL color Cylindrical-coordinate representation of color #703A36: hue angle of 4.14º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703A36 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 54 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.56 |
| HSL | 4.14º | 0.35% | 0.33% | - |
| HSV(B) | 4.14º | 0.52% | 0.44% | - |
| XYZ | 8.86 | 6.74 | 4.32 | - |
| YUV | 73.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 54 | 0 | 0.48 | 0.52 | 0.56 | 4.14 | 0.35 | 0.33 |
| Hex | 70 | 3A | 36 | 0 | 30 | 34 | 38 | 4 | 23 | 21 |
| Octal | 160 | 72 | 66 | 0 | 60 | 64 | 70 | 4 | 43 | 41 |
| Binary | 1110000 | 111010 | 110110 | 0 | 110000 | 110100 | 111000 | 100 | 100011 | 100001 |
Color Harmonies of #703A36
Complementary color
Monochromatic Colors of #703A36
Black with #703A36
Text Example
Text Example
White with #703A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A36; }
p { color: rgb(112,58,54); }
H1.HeaderClassName
{
color: #703A36;
}
.AnyTagClassName
{
color: #703A36;
}
</style>
background-color css
<style>
a { background-color: #703A36; }
a { background-color: rgb(112,58,54); }
div.DivClassName
{
background-color: #703A36;
}
.BgClassName
{
background-color: #703A36;
}
</style>
border-color css
<style>
span { border-color: #703A36; }
span { border-color: rgb(112,58,54); }
td.TdClassName
{
border-color: #703A36;
}
.TagClassName
{
border-color: #703A36;
}
</style>