Shades of Castro #45272E
Tints of Castro #45272E
RGB
CMYK
RGB Variations
Color information
#45272E (or 0x45272E) is known color: Castro. HEX triplet: 45, 27 and 2E. RGB value is (69,39,46). Sum of RGB (Red+Green+Blue) = 69+39+46=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #45272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45272E is #BAD8D1. Grayscale: #303030. Windows color (decimal): -12245202 or 3024709. OLE color: 3024709.
HSL color Cylindrical-coordinate representation of color #45272E: hue angle of 346º 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 #45272E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 39 | 46 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.73 |
| HSL | 346º | 0.28% | 0.21% | - |
| HSV(B) | 346º | 0.43% | 0.27% | - |
| XYZ | 3.67 | 2.91 | 2.95 | - |
| YUV | 48.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 46 | 0 | 0.43 | 0.33 | 0.73 | 346 | 0.28 | 0.21 |
| Hex | 45 | 27 | 2E | 0 | 2B | 21 | 49 | 15A | 1C | 15 |
| Octal | 105 | 47 | 56 | 0 | 53 | 41 | 111 | 532 | 34 | 25 |
| Binary | 1000101 | 100111 | 101110 | 0 | 101011 | 100001 | 1001001 | 101011010 | 11100 | 10101 |
Color Harmonies of #45272E
Complementary color
Monochromatic Colors of #45272E
Black with #45272E
Text Example
Text Example
White with #45272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45272E; }
p { color: rgb(69,39,46); }
H1.HeaderClassName
{
color: #45272E;
}
.AnyTagClassName
{
color: #45272E;
}
</style>
background-color css
<style>
a { background-color: #45272E; }
a { background-color: rgb(69,39,46); }
div.DivClassName
{
background-color: #45272E;
}
.BgClassName
{
background-color: #45272E;
}
</style>
border-color css
<style>
span { border-color: #45272E; }
span { border-color: rgb(69,39,46); }
td.TdClassName
{
border-color: #45272E;
}
.TagClassName
{
border-color: #45272E;
}
</style>