Shades of Black Rose #4D2634
Tints of Black Rose #4D2634
RGB
CMYK
RGB Variations
Color information
#4D2634 (or 0x4D2634) is known color: Black Rose. HEX triplet: 4D, 26 and 34. RGB value is (77,38,52). Sum of RGB (Red+Green+Blue) = 77+38+52=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2634 is #B2D9CB. Grayscale: #333333. Windows color (decimal): -11721164 or 3417677. OLE color: 3417677.
HSL color Cylindrical-coordinate representation of color #4D2634: hue angle of 338.46º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D2634 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 52 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.70 |
| HSL | 338.46º | 0.34% | 0.23% | - |
| HSV(B) | 338.46º | 0.51% | 0.3% | - |
| XYZ | 4.37 | 3.21 | 3.64 | - |
| YUV | 51.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 52 | 0 | 0.51 | 0.32 | 0.70 | 338.46 | 0.34 | 0.23 |
| Hex | 4D | 26 | 34 | 0 | 33 | 20 | 46 | 152 | 22 | 17 |
| Octal | 115 | 46 | 64 | 0 | 63 | 40 | 106 | 522 | 42 | 27 |
| Binary | 1001101 | 100110 | 110100 | 0 | 110011 | 100000 | 1000110 | 101010010 | 100010 | 10111 |
Color Harmonies of #4D2634
Complementary color
Monochromatic Colors of #4D2634
Black with #4D2634
Text Example
Text Example
White with #4D2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2634; }
p { color: rgb(77,38,52); }
H1.HeaderClassName
{
color: #4D2634;
}
.AnyTagClassName
{
color: #4D2634;
}
</style>
background-color css
<style>
a { background-color: #4D2634; }
a { background-color: rgb(77,38,52); }
div.DivClassName
{
background-color: #4D2634;
}
.BgClassName
{
background-color: #4D2634;
}
</style>
border-color css
<style>
span { border-color: #4D2634; }
span { border-color: rgb(77,38,52); }
td.TdClassName
{
border-color: #4D2634;
}
.TagClassName
{
border-color: #4D2634;
}
</style>