Shades of Castro #441A29
Tints of Castro #441A29
RGB
CMYK
RGB Variations
Color information
#441A29 (or 0x441A29) is known color: Castro. HEX triplet: 44, 1A and 29. RGB value is (68,26,41). Sum of RGB (Red+Green+Blue) = 68+26+41=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #441A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A29 is #BBE5D6. Grayscale: #282828. Windows color (decimal): -12314071 or 2693700. OLE color: 2693700.
HSL color Cylindrical-coordinate representation of color #441A29: hue angle of 338.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A29 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 41 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.73 |
| HSL | 338.57º | 0.45% | 0.18% | - |
| HSV(B) | 338.57º | 0.62% | 0.27% | - |
| XYZ | 3.15 | 2.13 | 2.34 | - |
| YUV | 40.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 41 | 0 | 0.62 | 0.40 | 0.73 | 338.57 | 0.45 | 0.18 |
| Hex | 44 | 1A | 29 | 0 | 3E | 28 | 49 | 153 | 2D | 12 |
| Octal | 104 | 32 | 51 | 0 | 76 | 50 | 111 | 523 | 55 | 22 |
| Binary | 1000100 | 11010 | 101001 | 0 | 111110 | 101000 | 1001001 | 101010011 | 101101 | 10010 |
Color Harmonies of #441A29
Complementary color
Monochromatic Colors of #441A29
Black with #441A29
Text Example
Text Example
White with #441A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A29; }
p { color: rgb(68,26,41); }
H1.HeaderClassName
{
color: #441A29;
}
.AnyTagClassName
{
color: #441A29;
}
</style>
background-color css
<style>
a { background-color: #441A29; }
a { background-color: rgb(68,26,41); }
div.DivClassName
{
background-color: #441A29;
}
.BgClassName
{
background-color: #441A29;
}
</style>
border-color css
<style>
span { border-color: #441A29; }
span { border-color: rgb(68,26,41); }
td.TdClassName
{
border-color: #441A29;
}
.TagClassName
{
border-color: #441A29;
}
</style>