Shades of Castro #44212D
Tints of Castro #44212D
RGB
CMYK
RGB Variations
Color information
#44212D (or 0x44212D) is known color: Castro. HEX triplet: 44, 21 and 2D. RGB value is (68,33,45). Sum of RGB (Red+Green+Blue) = 68+33+45=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44212D is #BBDED2. Grayscale: #2C2C2C. Windows color (decimal): -12312275 or 2957636. OLE color: 2957636.
HSL color Cylindrical-coordinate representation of color #44212D: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44212D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 33 | 45 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.73 |
| HSL | 339.43º | 0.35% | 0.2% | - |
| HSV(B) | 339.43º | 0.51% | 0.27% | - |
| XYZ | 3.4 | 2.51 | 2.79 | - |
| YUV | 44.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 45 | 0 | 0.51 | 0.34 | 0.73 | 339.43 | 0.35 | 0.2 |
| Hex | 44 | 21 | 2D | 0 | 33 | 22 | 49 | 153 | 23 | 14 |
| Octal | 104 | 41 | 55 | 0 | 63 | 42 | 111 | 523 | 43 | 24 |
| Binary | 1000100 | 100001 | 101101 | 0 | 110011 | 100010 | 1001001 | 101010011 | 100011 | 10100 |
Color Harmonies of #44212D
Complementary color
Monochromatic Colors of #44212D
Black with #44212D
Text Example
Text Example
White with #44212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44212D; }
p { color: rgb(68,33,45); }
H1.HeaderClassName
{
color: #44212D;
}
.AnyTagClassName
{
color: #44212D;
}
</style>
background-color css
<style>
a { background-color: #44212D; }
a { background-color: rgb(68,33,45); }
div.DivClassName
{
background-color: #44212D;
}
.BgClassName
{
background-color: #44212D;
}
</style>
border-color css
<style>
span { border-color: #44212D; }
span { border-color: rgb(68,33,45); }
td.TdClassName
{
border-color: #44212D;
}
.TagClassName
{
border-color: #44212D;
}
</style>