Shades of Castro #4E2333
Tints of Castro #4E2333
RGB
CMYK
RGB Variations
Color information
#4E2333 (or 0x4E2333) is known color: Castro. HEX triplet: 4E, 23 and 33. RGB value is (78,35,51). Sum of RGB (Red+Green+Blue) = 78+35+51=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2333 is #B1DCCC. Grayscale: #313131. Windows color (decimal): -11656397 or 3351374. OLE color: 3351374.
HSL color Cylindrical-coordinate representation of color #4E2333: hue angle of 337.67º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2333 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 51 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.69 |
| HSL | 337.67º | 0.38% | 0.22% | - |
| HSV(B) | 337.67º | 0.55% | 0.31% | - |
| XYZ | 4.34 | 3.06 | 3.49 | - |
| YUV | 49.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 51 | 0 | 0.55 | 0.35 | 0.69 | 337.67 | 0.38 | 0.22 |
| Hex | 4E | 23 | 33 | 0 | 37 | 23 | 45 | 152 | 26 | 16 |
| Octal | 116 | 43 | 63 | 0 | 67 | 43 | 105 | 522 | 46 | 26 |
| Binary | 1001110 | 100011 | 110011 | 0 | 110111 | 100011 | 1000101 | 101010010 | 100110 | 10110 |
Color Harmonies of #4E2333
Complementary color
Monochromatic Colors of #4E2333
Black with #4E2333
Text Example
Text Example
White with #4E2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2333; }
p { color: rgb(78,35,51); }
H1.HeaderClassName
{
color: #4E2333;
}
.AnyTagClassName
{
color: #4E2333;
}
</style>
background-color css
<style>
a { background-color: #4E2333; }
a { background-color: rgb(78,35,51); }
div.DivClassName
{
background-color: #4E2333;
}
.BgClassName
{
background-color: #4E2333;
}
</style>
border-color css
<style>
span { border-color: #4E2333; }
span { border-color: rgb(78,35,51); }
td.TdClassName
{
border-color: #4E2333;
}
.TagClassName
{
border-color: #4E2333;
}
</style>