Shades of Castro #45272F
Tints of Castro #45272F
RGB
CMYK
RGB Variations
Color information
#45272F (or 0x45272F) is known color: Castro. HEX triplet: 45, 27 and 2F. RGB value is (69,39,47). Sum of RGB (Red+Green+Blue) = 69+39+47=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #45272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45272F is #BAD8D0. Grayscale: #303030. Windows color (decimal): -12245201 or 3090245. OLE color: 3090245.
HSL color Cylindrical-coordinate representation of color #45272F: hue angle of 344º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45272F is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 39 | 47 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.73 |
| HSL | 344º | 0.28% | 0.21% | - |
| HSV(B) | 344º | 0.43% | 0.27% | - |
| XYZ | 3.69 | 2.92 | 3.06 | - |
| YUV | 48.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 47 | 0 | 0.43 | 0.32 | 0.73 | 344 | 0.28 | 0.21 |
| Hex | 45 | 27 | 2F | 0 | 2B | 20 | 49 | 158 | 1C | 15 |
| Octal | 105 | 47 | 57 | 0 | 53 | 40 | 111 | 530 | 34 | 25 |
| Binary | 1000101 | 100111 | 101111 | 0 | 101011 | 100000 | 1001001 | 101011000 | 11100 | 10101 |
Color Harmonies of #45272F
Complementary color
Monochromatic Colors of #45272F
Black with #45272F
Text Example
Text Example
White with #45272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45272F; }
p { color: rgb(69,39,47); }
H1.HeaderClassName
{
color: #45272F;
}
.AnyTagClassName
{
color: #45272F;
}
</style>
background-color css
<style>
a { background-color: #45272F; }
a { background-color: rgb(69,39,47); }
div.DivClassName
{
background-color: #45272F;
}
.BgClassName
{
background-color: #45272F;
}
</style>
border-color css
<style>
span { border-color: #45272F; }
span { border-color: rgb(69,39,47); }
td.TdClassName
{
border-color: #45272F;
}
.TagClassName
{
border-color: #45272F;
}
</style>