Shades of Castro #451F2F
Tints of Castro #451F2F
RGB
CMYK
RGB Variations
Color information
#451F2F (or 0x451F2F) is known color: Castro. HEX triplet: 45, 1F and 2F. RGB value is (69,31,47). Sum of RGB (Red+Green+Blue) = 69+31+47=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #451F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F2F is #BAE0D0. Grayscale: #2C2C2C. Windows color (decimal): -12247249 or 3088197. OLE color: 3088197.
HSL color Cylindrical-coordinate representation of color #451F2F: hue angle of 334.74º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #451F2F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 47 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.73 |
| HSL | 334.74º | 0.38% | 0.2% | - |
| HSV(B) | 334.74º | 0.55% | 0.27% | - |
| XYZ | 3.46 | 2.45 | 2.98 | - |
| YUV | 44.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 47 | 0 | 0.55 | 0.32 | 0.73 | 334.74 | 0.38 | 0.2 |
| Hex | 45 | 1F | 2F | 0 | 37 | 20 | 49 | 14F | 26 | 14 |
| Octal | 105 | 37 | 57 | 0 | 67 | 40 | 111 | 517 | 46 | 24 |
| Binary | 1000101 | 11111 | 101111 | 0 | 110111 | 100000 | 1001001 | 101001111 | 100110 | 10100 |
Color Harmonies of #451F2F
Complementary color
Monochromatic Colors of #451F2F
Black with #451F2F
Text Example
Text Example
White with #451F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F2F; }
p { color: rgb(69,31,47); }
H1.HeaderClassName
{
color: #451F2F;
}
.AnyTagClassName
{
color: #451F2F;
}
</style>
background-color css
<style>
a { background-color: #451F2F; }
a { background-color: rgb(69,31,47); }
div.DivClassName
{
background-color: #451F2F;
}
.BgClassName
{
background-color: #451F2F;
}
</style>
border-color css
<style>
span { border-color: #451F2F; }
span { border-color: rgb(69,31,47); }
td.TdClassName
{
border-color: #451F2F;
}
.TagClassName
{
border-color: #451F2F;
}
</style>