Shades of Bulgarian Rose #4B262A
Tints of Bulgarian Rose #4B262A
RGB
CMYK
RGB Variations
Color information
#4B262A (or 0x4B262A) is known color: Bulgarian Rose. HEX triplet: 4B, 26 and 2A. RGB value is (75,38,42). Sum of RGB (Red+Green+Blue) = 75+38+42=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B262A is #B4D9D5. Grayscale: #313131. Windows color (decimal): -11852246 or 2762315. OLE color: 2762315.
HSL color Cylindrical-coordinate representation of color #4B262A: hue angle of 353.51º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B262A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 42 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.71 |
| HSL | 353.51º | 0.33% | 0.22% | - |
| HSV(B) | 353.51º | 0.49% | 0.29% | - |
| XYZ | 4.01 | 3.05 | 2.57 | - |
| YUV | 49.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 42 | 0 | 0.49 | 0.44 | 0.71 | 353.51 | 0.33 | 0.22 |
| Hex | 4B | 26 | 2A | 0 | 31 | 2C | 47 | 162 | 21 | 16 |
| Octal | 113 | 46 | 52 | 0 | 61 | 54 | 107 | 542 | 41 | 26 |
| Binary | 1001011 | 100110 | 101010 | 0 | 110001 | 101100 | 1000111 | 101100010 | 100001 | 10110 |
Color Harmonies of #4B262A
Complementary color
Monochromatic Colors of #4B262A
Black with #4B262A
Text Example
Text Example
White with #4B262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B262A; }
p { color: rgb(75,38,42); }
H1.HeaderClassName
{
color: #4B262A;
}
.AnyTagClassName
{
color: #4B262A;
}
</style>
background-color css
<style>
a { background-color: #4B262A; }
a { background-color: rgb(75,38,42); }
div.DivClassName
{
background-color: #4B262A;
}
.BgClassName
{
background-color: #4B262A;
}
</style>
border-color css
<style>
span { border-color: #4B262A; }
span { border-color: rgb(75,38,42); }
td.TdClassName
{
border-color: #4B262A;
}
.TagClassName
{
border-color: #4B262A;
}
</style>