Shades of Castro #4D1D32
Tints of Castro #4D1D32
RGB
CMYK
RGB Variations
Color information
#4D1D32 (or 0x4D1D32) is known color: Castro. HEX triplet: 4D, 1D and 32. RGB value is (77,29,50). Sum of RGB (Red+Green+Blue) = 77+29+50=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D32 is #B2E2CD. Grayscale: #2D2D2D. Windows color (decimal): -11723470 or 3284301. OLE color: 3284301.
HSL color Cylindrical-coordinate representation of color #4D1D32: hue angle of 333.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D32 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 29 | 50 | - |
CMYK | 0 | 0.62 | 0.35 | 0.70 |
HSL | 333.75º | 0.45% | 0.21% | - |
HSV(B) | 333.75º | 0.62% | 0.3% | - |
XYZ | 4.08 | 2.69 | 3.32 | - |
YUV | 45.75 | 130.4 | 150.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 29 | 50 | 0 | 0.62 | 0.35 | 0.70 | 333.75 | 0.45 | 0.21 |
Hex | 4D | 1D | 32 | 0 | 3E | 23 | 46 | 14E | 2D | 15 |
Octal | 115 | 35 | 62 | 0 | 76 | 43 | 106 | 516 | 55 | 25 |
Binary | 1001101 | 11101 | 110010 | 0 | 111110 | 100011 | 1000110 | 101001110 | 101101 | 10101 |
Color Harmonies of #4D1D32
Complementary color
Monochromatic Colors of #4D1D32
Black with #4D1D32
Text Example
Text Example
White with #4D1D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D32; }
p { color: rgb(77,29,50); }
H1.HeaderClassName
{
color: #4D1D32;
}
.AnyTagClassName
{
color: #4D1D32;
}
</style>
background-color css
<style>
a { background-color: #4D1D32; }
a { background-color: rgb(77,29,50); }
div.DivClassName
{
background-color: #4D1D32;
}
.BgClassName
{
background-color: #4D1D32;
}
</style>
border-color css
<style>
span { border-color: #4D1D32; }
span { border-color: rgb(77,29,50); }
td.TdClassName
{
border-color: #4D1D32;
}
.TagClassName
{
border-color: #4D1D32;
}
</style>