Shades of Bordeaux #4B202B
Tints of Bordeaux #4B202B
RGB
CMYK
RGB Variations
Color information
#4B202B (or 0x4B202B) is known color: Bordeaux. HEX triplet: 4B, 20 and 2B. RGB value is (75,32,43). Sum of RGB (Red+Green+Blue) = 75+32+43=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B202B is #B4DFD4. Grayscale: #2E2E2E. Windows color (decimal): -11853781 or 2826315. OLE color: 2826315.
HSL color Cylindrical-coordinate representation of color #4B202B: hue angle of 344.65º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B202B is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 43 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.71 |
| HSL | 344.65º | 0.4% | 0.21% | - |
| HSV(B) | 344.65º | 0.57% | 0.29% | - |
| XYZ | 3.85 | 2.7 | 2.6 | - |
| YUV | 46.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 43 | 0 | 0.57 | 0.43 | 0.71 | 344.65 | 0.4 | 0.21 |
| Hex | 4B | 20 | 2B | 0 | 39 | 2B | 47 | 159 | 28 | 15 |
| Octal | 113 | 40 | 53 | 0 | 71 | 53 | 107 | 531 | 50 | 25 |
| Binary | 1001011 | 100000 | 101011 | 0 | 111001 | 101011 | 1000111 | 101011001 | 101000 | 10101 |
Color Harmonies of #4B202B
Complementary color
Monochromatic Colors of #4B202B
Black with #4B202B
Text Example
Text Example
White with #4B202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B202B; }
p { color: rgb(75,32,43); }
H1.HeaderClassName
{
color: #4B202B;
}
.AnyTagClassName
{
color: #4B202B;
}
</style>
background-color css
<style>
a { background-color: #4B202B; }
a { background-color: rgb(75,32,43); }
div.DivClassName
{
background-color: #4B202B;
}
.BgClassName
{
background-color: #4B202B;
}
</style>
border-color css
<style>
span { border-color: #4B202B; }
span { border-color: rgb(75,32,43); }
td.TdClassName
{
border-color: #4B202B;
}
.TagClassName
{
border-color: #4B202B;
}
</style>