Shades of Castro #481E2D
Tints of Castro #481E2D
RGB
CMYK
RGB Variations
Color information
#481E2D (or 0x481E2D) is known color: Castro. HEX triplet: 48, 1E and 2D. RGB value is (72,30,45). Sum of RGB (Red+Green+Blue) = 72+30+45=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E2D is #B7E1D2. Grayscale: #2C2C2C. Windows color (decimal): -12050899 or 2956872. OLE color: 2956872.
HSL color Cylindrical-coordinate representation of color #481E2D: hue angle of 338.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E2D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
RGB | 72 | 30 | 45 | - |
CMYK | 0 | 0.58 | 0.38 | 0.72 |
HSL | 338.57º | 0.41% | 0.2% | - |
HSV(B) | 338.57º | 0.58% | 0.28% | - |
XYZ | 3.61 | 2.5 | 2.77 | - |
YUV | 44.27 | 128.41 | 147.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 30 | 45 | 0 | 0.58 | 0.38 | 0.72 | 338.57 | 0.41 | 0.2 |
Hex | 48 | 1E | 2D | 0 | 3A | 26 | 48 | 153 | 29 | 14 |
Octal | 110 | 36 | 55 | 0 | 72 | 46 | 110 | 523 | 51 | 24 |
Binary | 1001000 | 11110 | 101101 | 0 | 111010 | 100110 | 1001000 | 101010011 | 101001 | 10100 |
Color Harmonies of #481E2D
Complementary color
Monochromatic Colors of #481E2D
Black with #481E2D
Text Example
Text Example
White with #481E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E2D; }
p { color: rgb(72,30,45); }
H1.HeaderClassName
{
color: #481E2D;
}
.AnyTagClassName
{
color: #481E2D;
}
</style>
background-color css
<style>
a { background-color: #481E2D; }
a { background-color: rgb(72,30,45); }
div.DivClassName
{
background-color: #481E2D;
}
.BgClassName
{
background-color: #481E2D;
}
</style>
border-color css
<style>
span { border-color: #481E2D; }
span { border-color: rgb(72,30,45); }
td.TdClassName
{
border-color: #481E2D;
}
.TagClassName
{
border-color: #481E2D;
}
</style>