Shades of Bordeaux #4F1B23
Tints of Bordeaux #4F1B23
RGB
CMYK
RGB Variations
Color information
#4F1B23 (or 0x4F1B23) is known color: Bordeaux. HEX triplet: 4F, 1B and 23. RGB value is (79,27,35). Sum of RGB (Red+Green+Blue) = 79+27+35=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B23 is #B0E4DC. Grayscale: #2B2B2B. Windows color (decimal): -11592925 or 2300751. OLE color: 2300751.
HSL color Cylindrical-coordinate representation of color #4F1B23: hue angle of 350.77º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B23 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 27 | 35 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.69 |
| HSL | 350.77º | 0.49% | 0.21% | - |
| HSV(B) | 350.77º | 0.66% | 0.31% | - |
| XYZ | 3.92 | 2.57 | 1.88 | - |
| YUV | 43.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 27 | 35 | 0 | 0.66 | 0.56 | 0.69 | 350.77 | 0.49 | 0.21 |
| Hex | 4F | 1B | 23 | 0 | 42 | 38 | 45 | 15F | 31 | 15 |
| Octal | 117 | 33 | 43 | 0 | 102 | 70 | 105 | 537 | 61 | 25 |
| Binary | 1001111 | 11011 | 100011 | 0 | 1000010 | 111000 | 1000101 | 101011111 | 110001 | 10101 |
Color Harmonies of #4F1B23
Complementary color
Monochromatic Colors of #4F1B23
Black with #4F1B23
Text Example
Text Example
White with #4F1B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1B23; }
p { color: rgb(79,27,35); }
H1.HeaderClassName
{
color: #4F1B23;
}
.AnyTagClassName
{
color: #4F1B23;
}
</style>
background-color css
<style>
a { background-color: #4F1B23; }
a { background-color: rgb(79,27,35); }
div.DivClassName
{
background-color: #4F1B23;
}
.BgClassName
{
background-color: #4F1B23;
}
</style>
border-color css
<style>
span { border-color: #4F1B23; }
span { border-color: rgb(79,27,35); }
td.TdClassName
{
border-color: #4F1B23;
}
.TagClassName
{
border-color: #4F1B23;
}
</style>