Shades of Castro #45222D
Tints of Castro #45222D
RGB
CMYK
RGB Variations
Color information
#45222D (or 0x45222D) is known color: Castro. HEX triplet: 45, 22 and 2D. RGB value is (69,34,45). Sum of RGB (Red+Green+Blue) = 69+34+45=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #45222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45222D is #BADDD2. Grayscale: #2D2D2D. Windows color (decimal): -12246483 or 2957893. OLE color: 2957893.
HSL color Cylindrical-coordinate representation of color #45222D: hue angle of 341.14º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45222D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 45 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.73 |
| HSL | 341.14º | 0.34% | 0.2% | - |
| HSV(B) | 341.14º | 0.51% | 0.27% | - |
| XYZ | 3.5 | 2.6 | 2.8 | - |
| YUV | 45.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 45 | 0 | 0.51 | 0.35 | 0.73 | 341.14 | 0.34 | 0.2 |
| Hex | 45 | 22 | 2D | 0 | 33 | 23 | 49 | 155 | 22 | 14 |
| Octal | 105 | 42 | 55 | 0 | 63 | 43 | 111 | 525 | 42 | 24 |
| Binary | 1000101 | 100010 | 101101 | 0 | 110011 | 100011 | 1001001 | 101010101 | 100010 | 10100 |
Color Harmonies of #45222D
Complementary color
Monochromatic Colors of #45222D
Black with #45222D
Text Example
Text Example
White with #45222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45222D; }
p { color: rgb(69,34,45); }
H1.HeaderClassName
{
color: #45222D;
}
.AnyTagClassName
{
color: #45222D;
}
</style>
background-color css
<style>
a { background-color: #45222D; }
a { background-color: rgb(69,34,45); }
div.DivClassName
{
background-color: #45222D;
}
.BgClassName
{
background-color: #45222D;
}
</style>
border-color css
<style>
span { border-color: #45222D; }
span { border-color: rgb(69,34,45); }
td.TdClassName
{
border-color: #45222D;
}
.TagClassName
{
border-color: #45222D;
}
</style>