Shades of Dell #425833
Tints of Dell #425833
RGB
CMYK
RGB Variations
Color information
#425833 (or 0x425833) is known color: Dell. HEX triplet: 42, 58 and 33. RGB value is (66,88,51). Sum of RGB (Red+Green+Blue) = 66+88+51=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #425833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425833 is #BDA7CC. Grayscale: #4D4D4D. Windows color (decimal): -12429261 or 3364930. OLE color: 3364930.
HSL color Cylindrical-coordinate representation of color #425833: hue angle of 95.68º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425833 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 51 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.65 |
| HSL | 95.68º | 0.27% | 0.27% | - |
| HSV(B) | 95.68º | 0.42% | 0.35% | - |
| XYZ | 6.33 | 8.38 | 4.41 | - |
| YUV | 77.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 51 | 0.25 | 0 | 0.42 | 0.65 | 95.68 | 0.27 | 0.27 |
| Hex | 42 | 58 | 33 | 19 | 0 | 2A | 41 | 60 | 1B | 1B |
| Octal | 102 | 130 | 63 | 31 | 0 | 52 | 101 | 140 | 33 | 33 |
| Binary | 1000010 | 1011000 | 110011 | 11001 | 0 | 101010 | 1000001 | 1100000 | 11011 | 11011 |
Color Harmonies of #425833
Complementary color
Monochromatic Colors of #425833
Black with #425833
Text Example
Text Example
White with #425833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425833; }
p { color: rgb(66,88,51); }
H1.HeaderClassName
{
color: #425833;
}
.AnyTagClassName
{
color: #425833;
}
</style>
background-color css
<style>
a { background-color: #425833; }
a { background-color: rgb(66,88,51); }
div.DivClassName
{
background-color: #425833;
}
.BgClassName
{
background-color: #425833;
}
</style>
border-color css
<style>
span { border-color: #425833; }
span { border-color: rgb(66,88,51); }
td.TdClassName
{
border-color: #425833;
}
.TagClassName
{
border-color: #425833;
}
</style>