Shades of Castro #451F2A
Tints of Castro #451F2A
RGB
CMYK
RGB Variations
Color information
#451F2A (or 0x451F2A) is known color: Castro. HEX triplet: 45, 1F and 2A. RGB value is (69,31,42). Sum of RGB (Red+Green+Blue) = 69+31+42=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #451F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F2A is #BAE0D5. Grayscale: #2B2B2B. Windows color (decimal): -12247254 or 2760517. OLE color: 2760517.
HSL color Cylindrical-coordinate representation of color #451F2A: hue angle of 342.63º 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 #451F2A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 31 | 42 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.73 |
| HSL | 342.63º | 0.38% | 0.2% | - |
| HSV(B) | 342.63º | 0.55% | 0.27% | - |
| XYZ | 3.36 | 2.41 | 2.48 | - |
| YUV | 43.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 42 | 0 | 0.55 | 0.39 | 0.73 | 342.63 | 0.38 | 0.2 |
| Hex | 45 | 1F | 2A | 0 | 37 | 27 | 49 | 157 | 26 | 14 |
| Octal | 105 | 37 | 52 | 0 | 67 | 47 | 111 | 527 | 46 | 24 |
| Binary | 1000101 | 11111 | 101010 | 0 | 110111 | 100111 | 1001001 | 101010111 | 100110 | 10100 |
Color Harmonies of #451F2A
Complementary color
Monochromatic Colors of #451F2A
Black with #451F2A
Text Example
Text Example
White with #451F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F2A; }
p { color: rgb(69,31,42); }
H1.HeaderClassName
{
color: #451F2A;
}
.AnyTagClassName
{
color: #451F2A;
}
</style>
background-color css
<style>
a { background-color: #451F2A; }
a { background-color: rgb(69,31,42); }
div.DivClassName
{
background-color: #451F2A;
}
.BgClassName
{
background-color: #451F2A;
}
</style>
border-color css
<style>
span { border-color: #451F2A; }
span { border-color: rgb(69,31,42); }
td.TdClassName
{
border-color: #451F2A;
}
.TagClassName
{
border-color: #451F2A;
}
</style>