Shades of Castro #4C172A
Tints of Castro #4C172A
RGB
CMYK
RGB Variations
Color information
#4C172A (or 0x4C172A) is known color: Castro. HEX triplet: 4C, 17 and 2A. RGB value is (76,23,42). Sum of RGB (Red+Green+Blue) = 76+23+42=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C172A is #B3E8D5. Grayscale: #282828. Windows color (decimal): -11790550 or 2758476. OLE color: 2758476.
HSL color Cylindrical-coordinate representation of color #4C172A: hue angle of 338.49º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C172A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 23 | 42 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.70 |
| HSL | 338.49º | 0.54% | 0.19% | - |
| HSV(B) | 338.49º | 0.7% | 0.3% | - |
| XYZ | 3.7 | 2.32 | 2.44 | - |
| YUV | 41.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 42 | 0 | 0.70 | 0.45 | 0.70 | 338.49 | 0.54 | 0.19 |
| Hex | 4C | 17 | 2A | 0 | 46 | 2D | 46 | 152 | 36 | 13 |
| Octal | 114 | 27 | 52 | 0 | 106 | 55 | 106 | 522 | 66 | 23 |
| Binary | 1001100 | 10111 | 101010 | 0 | 1000110 | 101101 | 1000110 | 101010010 | 110110 | 10011 |
Color Harmonies of #4C172A
Complementary color
Monochromatic Colors of #4C172A
Black with #4C172A
Text Example
Text Example
White with #4C172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C172A; }
p { color: rgb(76,23,42); }
H1.HeaderClassName
{
color: #4C172A;
}
.AnyTagClassName
{
color: #4C172A;
}
</style>
background-color css
<style>
a { background-color: #4C172A; }
a { background-color: rgb(76,23,42); }
div.DivClassName
{
background-color: #4C172A;
}
.BgClassName
{
background-color: #4C172A;
}
</style>
border-color css
<style>
span { border-color: #4C172A; }
span { border-color: rgb(76,23,42); }
td.TdClassName
{
border-color: #4C172A;
}
.TagClassName
{
border-color: #4C172A;
}
</style>