Shades of Castro #462B34
Tints of Castro #462B34
RGB
CMYK
RGB Variations
Color information
#462B34 (or 0x462B34) is known color: Castro. HEX triplet: 46, 2B and 34. RGB value is (70,43,52). Sum of RGB (Red+Green+Blue) = 70+43+52=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #462B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B34 is #B9D4CB. Grayscale: #343434. Windows color (decimal): -12178636 or 3418950. OLE color: 3418950.
HSL color Cylindrical-coordinate representation of color #462B34: hue angle of 340º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #462B34 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 43 | 52 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.73 |
| HSL | 340º | 0.24% | 0.22% | - |
| HSV(B) | 340º | 0.39% | 0.27% | - |
| XYZ | 4.01 | 3.28 | 3.67 | - |
| YUV | 52.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 52 | 0 | 0.39 | 0.26 | 0.73 | 340 | 0.24 | 0.22 |
| Hex | 46 | 2B | 34 | 0 | 27 | 1A | 49 | 154 | 18 | 16 |
| Octal | 106 | 53 | 64 | 0 | 47 | 32 | 111 | 524 | 30 | 26 |
| Binary | 1000110 | 101011 | 110100 | 0 | 100111 | 11010 | 1001001 | 101010100 | 11000 | 10110 |
Color Harmonies of #462B34
Complementary color
Monochromatic Colors of #462B34
Black with #462B34
Text Example
Text Example
White with #462B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B34; }
p { color: rgb(70,43,52); }
H1.HeaderClassName
{
color: #462B34;
}
.AnyTagClassName
{
color: #462B34;
}
</style>
background-color css
<style>
a { background-color: #462B34; }
a { background-color: rgb(70,43,52); }
div.DivClassName
{
background-color: #462B34;
}
.BgClassName
{
background-color: #462B34;
}
</style>
border-color css
<style>
span { border-color: #462B34; }
span { border-color: rgb(70,43,52); }
td.TdClassName
{
border-color: #462B34;
}
.TagClassName
{
border-color: #462B34;
}
</style>