Shades of Slugger #423127
Tints of Slugger #423127
RGB
CMYK
RGB Variations
Color information
#423127 (or 0x423127) is known color: Slugger. HEX triplet: 42, 31 and 27. RGB value is (66,49,39). Sum of RGB (Red+Green+Blue) = 66+49+39=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #423127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423127 is #BDCED8. Grayscale: #353535. Windows color (decimal): -12439257 or 2568514. OLE color: 2568514.
HSL color Cylindrical-coordinate representation of color #423127: hue angle of 22.22º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423127 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 49 | 39 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.74 |
| HSL | 22.22º | 0.26% | 0.21% | - |
| HSV(B) | 22.22º | 0.41% | 0.26% | - |
| XYZ | 3.71 | 3.5 | 2.4 | - |
| YUV | 52.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 39 | 0 | 0.26 | 0.41 | 0.74 | 22.22 | 0.26 | 0.21 |
| Hex | 42 | 31 | 27 | 0 | 1A | 29 | 4A | 16 | 1A | 15 |
| Octal | 102 | 61 | 47 | 0 | 32 | 51 | 112 | 26 | 32 | 25 |
| Binary | 1000010 | 110001 | 100111 | 0 | 11010 | 101001 | 1001010 | 10110 | 11010 | 10101 |
Color Harmonies of #423127
Complementary color
Monochromatic Colors of #423127
Black with #423127
Text Example
Text Example
White with #423127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423127; }
p { color: rgb(66,49,39); }
H1.HeaderClassName
{
color: #423127;
}
.AnyTagClassName
{
color: #423127;
}
</style>
background-color css
<style>
a { background-color: #423127; }
a { background-color: rgb(66,49,39); }
div.DivClassName
{
background-color: #423127;
}
.BgClassName
{
background-color: #423127;
}
</style>
border-color css
<style>
span { border-color: #423127; }
span { border-color: rgb(66,49,39); }
td.TdClassName
{
border-color: #423127;
}
.TagClassName
{
border-color: #423127;
}
</style>