Shades of Castro #45212D
Tints of Castro #45212D
RGB
CMYK
RGB Variations
Color information
#45212D (or 0x45212D) is known color: Castro. HEX triplet: 45, 21 and 2D. RGB value is (69,33,45). Sum of RGB (Red+Green+Blue) = 69+33+45=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #45212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45212D is #BADED2. Grayscale: #2D2D2D. Windows color (decimal): -12246739 or 2957637. OLE color: 2957637.
HSL color Cylindrical-coordinate representation of color #45212D: hue angle of 340º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45212D is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 45 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.73 |
| HSL | 340º | 0.35% | 0.2% | - |
| HSV(B) | 340º | 0.52% | 0.27% | - |
| XYZ | 3.47 | 2.54 | 2.79 | - |
| YUV | 45.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 45 | 0 | 0.52 | 0.35 | 0.73 | 340 | 0.35 | 0.2 |
| Hex | 45 | 21 | 2D | 0 | 34 | 23 | 49 | 154 | 23 | 14 |
| Octal | 105 | 41 | 55 | 0 | 64 | 43 | 111 | 524 | 43 | 24 |
| Binary | 1000101 | 100001 | 101101 | 0 | 110100 | 100011 | 1001001 | 101010100 | 100011 | 10100 |
Color Harmonies of #45212D
Complementary color
Monochromatic Colors of #45212D
Black with #45212D
Text Example
Text Example
White with #45212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45212D; }
p { color: rgb(69,33,45); }
H1.HeaderClassName
{
color: #45212D;
}
.AnyTagClassName
{
color: #45212D;
}
</style>
background-color css
<style>
a { background-color: #45212D; }
a { background-color: rgb(69,33,45); }
div.DivClassName
{
background-color: #45212D;
}
.BgClassName
{
background-color: #45212D;
}
</style>
border-color css
<style>
span { border-color: #45212D; }
span { border-color: rgb(69,33,45); }
td.TdClassName
{
border-color: #45212D;
}
.TagClassName
{
border-color: #45212D;
}
</style>