Shades of Castro #451D2D
Tints of Castro #451D2D
RGB
CMYK
RGB Variations
Color information
#451D2D (or 0x451D2D) is known color: Castro. HEX triplet: 45, 1D and 2D. RGB value is (69,29,45). Sum of RGB (Red+Green+Blue) = 69+29+45=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #451D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D2D is #BAE2D2. Grayscale: #2A2A2A. Windows color (decimal): -12247763 or 2956613. OLE color: 2956613.
HSL color Cylindrical-coordinate representation of color #451D2D: hue angle of 336º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #451D2D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 45 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.73 |
| HSL | 336º | 0.41% | 0.19% | - |
| HSV(B) | 336º | 0.58% | 0.27% | - |
| XYZ | 3.37 | 2.33 | 2.76 | - |
| YUV | 42.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 45 | 0 | 0.58 | 0.35 | 0.73 | 336 | 0.41 | 0.19 |
| Hex | 45 | 1D | 2D | 0 | 3A | 23 | 49 | 150 | 29 | 13 |
| Octal | 105 | 35 | 55 | 0 | 72 | 43 | 111 | 520 | 51 | 23 |
| Binary | 1000101 | 11101 | 101101 | 0 | 111010 | 100011 | 1001001 | 101010000 | 101001 | 10011 |
Color Harmonies of #451D2D
Complementary color
Monochromatic Colors of #451D2D
Black with #451D2D
Text Example
Text Example
White with #451D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D2D; }
p { color: rgb(69,29,45); }
H1.HeaderClassName
{
color: #451D2D;
}
.AnyTagClassName
{
color: #451D2D;
}
</style>
background-color css
<style>
a { background-color: #451D2D; }
a { background-color: rgb(69,29,45); }
div.DivClassName
{
background-color: #451D2D;
}
.BgClassName
{
background-color: #451D2D;
}
</style>
border-color css
<style>
span { border-color: #451D2D; }
span { border-color: rgb(69,29,45); }
td.TdClassName
{
border-color: #451D2D;
}
.TagClassName
{
border-color: #451D2D;
}
</style>