Shades of Castro #45202B
Tints of Castro #45202B
RGB
CMYK
RGB Variations
Color information
#45202B (or 0x45202B) is known color: Castro. HEX triplet: 45, 20 and 2B. RGB value is (69,32,43). Sum of RGB (Red+Green+Blue) = 69+32+43=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #45202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45202B is #BADFD4. Grayscale: #2C2C2C. Windows color (decimal): -12246997 or 2826309. OLE color: 2826309.
HSL color Cylindrical-coordinate representation of color #45202B: hue angle of 342.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45202B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 32 | 43 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.73 |
| HSL | 342.16º | 0.37% | 0.2% | - |
| HSV(B) | 342.16º | 0.54% | 0.27% | - |
| XYZ | 3.41 | 2.47 | 2.58 | - |
| YUV | 44.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 43 | 0 | 0.54 | 0.38 | 0.73 | 342.16 | 0.37 | 0.2 |
| Hex | 45 | 20 | 2B | 0 | 36 | 26 | 49 | 156 | 25 | 14 |
| Octal | 105 | 40 | 53 | 0 | 66 | 46 | 111 | 526 | 45 | 24 |
| Binary | 1000101 | 100000 | 101011 | 0 | 110110 | 100110 | 1001001 | 101010110 | 100101 | 10100 |
Color Harmonies of #45202B
Complementary color
Monochromatic Colors of #45202B
Black with #45202B
Text Example
Text Example
White with #45202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45202B; }
p { color: rgb(69,32,43); }
H1.HeaderClassName
{
color: #45202B;
}
.AnyTagClassName
{
color: #45202B;
}
</style>
background-color css
<style>
a { background-color: #45202B; }
a { background-color: rgb(69,32,43); }
div.DivClassName
{
background-color: #45202B;
}
.BgClassName
{
background-color: #45202B;
}
</style>
border-color css
<style>
span { border-color: #45202B; }
span { border-color: rgb(69,32,43); }
td.TdClassName
{
border-color: #45202B;
}
.TagClassName
{
border-color: #45202B;
}
</style>