Shades of Sanguine Brown #674242
Tints of Sanguine Brown #674242
RGB
CMYK
RGB Variations
Color information
#674242 (or 0x674242) is known color: Sanguine Brown. HEX triplet: 67, 42 and 42. RGB value is (103,66,66). Sum of RGB (Red+Green+Blue) = 103+66+66=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #674242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674242 is #98BDBD. Grayscale: #4D4D4D. Windows color (decimal): -10010046 or 4342375. OLE color: 4342375.
HSL color Cylindrical-coordinate representation of color #674242: hue angle of 0º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674242 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 66 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.60 |
| HSL | 0º | 0.22% | 0.33% | - |
| HSV(B) | 0º | 0.36% | 0.4% | - |
| XYZ | 8.53 | 7.17 | 6.09 | - |
| YUV | 77.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 66 | 0 | 0.36 | 0.36 | 0.60 | 0 | 0.22 | 0.33 |
| Hex | 67 | 42 | 42 | 0 | 24 | 24 | 3C | 0 | 16 | 21 |
| Octal | 147 | 102 | 102 | 0 | 44 | 44 | 74 | 0 | 26 | 41 |
| Binary | 1100111 | 1000010 | 1000010 | 0 | 100100 | 100100 | 111100 | 0 | 10110 | 100001 |
Color Harmonies of #674242
Complementary color
Monochromatic Colors of #674242
Black with #674242
Text Example
Text Example
White with #674242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674242; }
p { color: rgb(103,66,66); }
H1.HeaderClassName
{
color: #674242;
}
.AnyTagClassName
{
color: #674242;
}
</style>
background-color css
<style>
a { background-color: #674242; }
a { background-color: rgb(103,66,66); }
div.DivClassName
{
background-color: #674242;
}
.BgClassName
{
background-color: #674242;
}
</style>
border-color css
<style>
span { border-color: #674242; }
span { border-color: rgb(103,66,66); }
td.TdClassName
{
border-color: #674242;
}
.TagClassName
{
border-color: #674242;
}
</style>