Shades of Castro #4A1E2D
Tints of Castro #4A1E2D
RGB
CMYK
RGB Variations
Color information
#4A1E2D (or 0x4A1E2D) is known color: Castro. HEX triplet: 4A, 1E and 2D. RGB value is (74,30,45). Sum of RGB (Red+Green+Blue) = 74+30+45=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1E2D is #B5E1D2. Grayscale: #2C2C2C. Windows color (decimal): -11919827 or 2956874. OLE color: 2956874.
HSL color Cylindrical-coordinate representation of color #4A1E2D: hue angle of 339.55º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A1E2D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
RGB | 74 | 30 | 45 | - |
CMYK | 0 | 0.59 | 0.39 | 0.71 |
HSL | 339.55º | 0.42% | 0.2% | - |
HSV(B) | 339.55º | 0.59% | 0.29% | - |
XYZ | 3.76 | 2.57 | 2.78 | - |
YUV | 44.87 | 128.08 | 148.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 30 | 45 | 0 | 0.59 | 0.39 | 0.71 | 339.55 | 0.42 | 0.2 |
Hex | 4A | 1E | 2D | 0 | 3B | 27 | 47 | 154 | 2A | 14 |
Octal | 112 | 36 | 55 | 0 | 73 | 47 | 107 | 524 | 52 | 24 |
Binary | 1001010 | 11110 | 101101 | 0 | 111011 | 100111 | 1000111 | 101010100 | 101010 | 10100 |
Color Harmonies of #4A1E2D
Complementary color
Monochromatic Colors of #4A1E2D
Black with #4A1E2D
Text Example
Text Example
White with #4A1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1E2D; }
p { color: rgb(74,30,45); }
H1.HeaderClassName
{
color: #4A1E2D;
}
.AnyTagClassName
{
color: #4A1E2D;
}
</style>
background-color css
<style>
a { background-color: #4A1E2D; }
a { background-color: rgb(74,30,45); }
div.DivClassName
{
background-color: #4A1E2D;
}
.BgClassName
{
background-color: #4A1E2D;
}
</style>
border-color css
<style>
span { border-color: #4A1E2D; }
span { border-color: rgb(74,30,45); }
td.TdClassName
{
border-color: #4A1E2D;
}
.TagClassName
{
border-color: #4A1E2D;
}
</style>