Shades of Bordeaux #430F1F
Tints of Bordeaux #430F1F
RGB
CMYK
RGB Variations
Color information
#430F1F (or 0x430F1F) is known color: Bordeaux. HEX triplet: 43, 0F and 1F. RGB value is (67,15,31). Sum of RGB (Red+Green+Blue) = 67+15+31=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #430F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F1F is #BCF0E0. Grayscale: #202020. Windows color (decimal): -12382433 or 2035523. OLE color: 2035523.
HSL color Cylindrical-coordinate representation of color #430F1F: hue angle of 341.54º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F1F is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 31 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.74 |
| HSL | 341.54º | 0.63% | 0.16% | - |
| HSV(B) | 341.54º | 0.78% | 0.26% | - |
| XYZ | 2.73 | 1.63 | 1.47 | - |
| YUV | 32.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 31 | 0 | 0.78 | 0.54 | 0.74 | 341.54 | 0.63 | 0.16 |
| Hex | 43 | F | 1F | 0 | 4E | 36 | 4A | 156 | 3F | 10 |
| Octal | 103 | 17 | 37 | 0 | 116 | 66 | 112 | 526 | 77 | 20 |
| Binary | 1000011 | 1111 | 11111 | 0 | 1001110 | 110110 | 1001010 | 101010110 | 111111 | 10000 |
Color Harmonies of #430F1F
Complementary color
Monochromatic Colors of #430F1F
Black with #430F1F
Text Example
Text Example
White with #430F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F1F; }
p { color: rgb(67,15,31); }
H1.HeaderClassName
{
color: #430F1F;
}
.AnyTagClassName
{
color: #430F1F;
}
</style>
background-color css
<style>
a { background-color: #430F1F; }
a { background-color: rgb(67,15,31); }
div.DivClassName
{
background-color: #430F1F;
}
.BgClassName
{
background-color: #430F1F;
}
</style>
border-color css
<style>
span { border-color: #430F1F; }
span { border-color: rgb(67,15,31); }
td.TdClassName
{
border-color: #430F1F;
}
.TagClassName
{
border-color: #430F1F;
}
</style>