Shades of Castro #451D29
Tints of Castro #451D29
RGB
CMYK
RGB Variations
Color information
#451D29 (or 0x451D29) is known color: Castro. HEX triplet: 45, 1D and 29. RGB value is (69,29,41). Sum of RGB (Red+Green+Blue) = 69+29+41=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #451D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D29 is #BAE2D6. Grayscale: #2A2A2A. Windows color (decimal): -12247767 or 2694469. OLE color: 2694469.
HSL color Cylindrical-coordinate representation of color #451D29: hue angle of 342º 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 #451D29 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 41 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.73 |
| HSL | 342º | 0.41% | 0.19% | - |
| HSV(B) | 342º | 0.58% | 0.27% | - |
| XYZ | 3.29 | 2.3 | 2.37 | - |
| YUV | 42.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 41 | 0 | 0.58 | 0.41 | 0.73 | 342 | 0.41 | 0.19 |
| Hex | 45 | 1D | 29 | 0 | 3A | 29 | 49 | 156 | 29 | 13 |
| Octal | 105 | 35 | 51 | 0 | 72 | 51 | 111 | 526 | 51 | 23 |
| Binary | 1000101 | 11101 | 101001 | 0 | 111010 | 101001 | 1001001 | 101010110 | 101001 | 10011 |
Color Harmonies of #451D29
Complementary color
Monochromatic Colors of #451D29
Black with #451D29
Text Example
Text Example
White with #451D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D29; }
p { color: rgb(69,29,41); }
H1.HeaderClassName
{
color: #451D29;
}
.AnyTagClassName
{
color: #451D29;
}
</style>
background-color css
<style>
a { background-color: #451D29; }
a { background-color: rgb(69,29,41); }
div.DivClassName
{
background-color: #451D29;
}
.BgClassName
{
background-color: #451D29;
}
</style>
border-color css
<style>
span { border-color: #451D29; }
span { border-color: rgb(69,29,41); }
td.TdClassName
{
border-color: #451D29;
}
.TagClassName
{
border-color: #451D29;
}
</style>