Shades of Dell #41641D
Tints of Dell #41641D
RGB
CMYK
RGB Variations
Color information
#41641D (or 0x41641D) is known color: Dell. HEX triplet: 41, 64 and 1D. RGB value is (65,100,29). Sum of RGB (Red+Green+Blue) = 65+100+29=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #41641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41641D is #BE9BE2. Grayscale: #515151. Windows color (decimal): -12491747 or 1926209. OLE color: 1926209.
HSL color Cylindrical-coordinate representation of color #41641D: hue angle of 89.58º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41641D is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 100 | 29 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.61 |
| HSL | 89.58º | 0.55% | 0.25% | - |
| HSV(B) | 89.58º | 0.71% | 0.39% | - |
| XYZ | 6.96 | 10.33 | 2.79 | - |
| YUV | 81.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 29 | 0.35 | 0 | 0.71 | 0.61 | 89.58 | 0.55 | 0.25 |
| Hex | 41 | 64 | 1D | 23 | 0 | 47 | 3D | 5A | 37 | 19 |
| Octal | 101 | 144 | 35 | 43 | 0 | 107 | 75 | 132 | 67 | 31 |
| Binary | 1000001 | 1100100 | 11101 | 100011 | 0 | 1000111 | 111101 | 1011010 | 110111 | 11001 |
Color Harmonies of #41641D
Complementary color
Monochromatic Colors of #41641D
Black with #41641D
Text Example
Text Example
White with #41641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41641D; }
p { color: rgb(65,100,29); }
H1.HeaderClassName
{
color: #41641D;
}
.AnyTagClassName
{
color: #41641D;
}
</style>
background-color css
<style>
a { background-color: #41641D; }
a { background-color: rgb(65,100,29); }
div.DivClassName
{
background-color: #41641D;
}
.BgClassName
{
background-color: #41641D;
}
</style>
border-color css
<style>
span { border-color: #41641D; }
span { border-color: rgb(65,100,29); }
td.TdClassName
{
border-color: #41641D;
}
.TagClassName
{
border-color: #41641D;
}
</style>