Shades of Sanguine Brown #63403D
Tints of Sanguine Brown #63403D
RGB
CMYK
RGB Variations
Color information
#63403D (or 0x63403D) is known color: Sanguine Brown. HEX triplet: 63, 40 and 3D. RGB value is (99,64,61). Sum of RGB (Red+Green+Blue) = 99+64+61=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63403D is #9CBFC2. Grayscale: #4A4A4A. Windows color (decimal): -10272707 or 4014179. OLE color: 4014179.
HSL color Cylindrical-coordinate representation of color #63403D: hue angle of 4.74º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63403D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 64 | 61 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.61 |
| HSL | 4.74º | 0.24% | 0.31% | - |
| HSV(B) | 4.74º | 0.38% | 0.39% | - |
| XYZ | 7.82 | 6.66 | 5.29 | - |
| YUV | 74.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 61 | 0 | 0.35 | 0.38 | 0.61 | 4.74 | 0.24 | 0.31 |
| Hex | 63 | 40 | 3D | 0 | 23 | 26 | 3D | 5 | 18 | 1F |
| Octal | 143 | 100 | 75 | 0 | 43 | 46 | 75 | 5 | 30 | 37 |
| Binary | 1100011 | 1000000 | 111101 | 0 | 100011 | 100110 | 111101 | 101 | 11000 | 11111 |
Color Harmonies of #63403D
Complementary color
Monochromatic Colors of #63403D
Black with #63403D
Text Example
Text Example
White with #63403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63403D; }
p { color: rgb(99,64,61); }
H1.HeaderClassName
{
color: #63403D;
}
.AnyTagClassName
{
color: #63403D;
}
</style>
background-color css
<style>
a { background-color: #63403D; }
a { background-color: rgb(99,64,61); }
div.DivClassName
{
background-color: #63403D;
}
.BgClassName
{
background-color: #63403D;
}
</style>
border-color css
<style>
span { border-color: #63403D; }
span { border-color: rgb(99,64,61); }
td.TdClassName
{
border-color: #63403D;
}
.TagClassName
{
border-color: #63403D;
}
</style>