Shades of Castro #45232E
Tints of Castro #45232E
RGB
CMYK
RGB Variations
Color information
#45232E (or 0x45232E) is known color: Castro. HEX triplet: 45, 23 and 2E. RGB value is (69,35,46). Sum of RGB (Red+Green+Blue) = 69+35+46=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #45232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45232E is #BADCD1. Grayscale: #2E2E2E. Windows color (decimal): -12246226 or 3023685. OLE color: 3023685.
HSL color Cylindrical-coordinate representation of color #45232E: hue angle of 340.59º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45232E is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 35 | 46 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.73 |
| HSL | 340.59º | 0.33% | 0.2% | - |
| HSV(B) | 340.59º | 0.49% | 0.27% | - |
| XYZ | 3.55 | 2.66 | 2.91 | - |
| YUV | 46.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 46 | 0 | 0.49 | 0.33 | 0.73 | 340.59 | 0.33 | 0.2 |
| Hex | 45 | 23 | 2E | 0 | 31 | 21 | 49 | 155 | 21 | 14 |
| Octal | 105 | 43 | 56 | 0 | 61 | 41 | 111 | 525 | 41 | 24 |
| Binary | 1000101 | 100011 | 101110 | 0 | 110001 | 100001 | 1001001 | 101010101 | 100001 | 10100 |
Color Harmonies of #45232E
Complementary color
Monochromatic Colors of #45232E
Black with #45232E
Text Example
Text Example
White with #45232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45232E; }
p { color: rgb(69,35,46); }
H1.HeaderClassName
{
color: #45232E;
}
.AnyTagClassName
{
color: #45232E;
}
</style>
background-color css
<style>
a { background-color: #45232E; }
a { background-color: rgb(69,35,46); }
div.DivClassName
{
background-color: #45232E;
}
.BgClassName
{
background-color: #45232E;
}
</style>
border-color css
<style>
span { border-color: #45232E; }
span { border-color: rgb(69,35,46); }
td.TdClassName
{
border-color: #45232E;
}
.TagClassName
{
border-color: #45232E;
}
</style>