Shades of Bordeaux #430C1F
Tints of Bordeaux #430C1F
RGB
CMYK
RGB Variations
Color information
#430C1F (or 0x430C1F) is known color: Bordeaux. HEX triplet: 43, 0C and 1F. RGB value is (67,12,31). Sum of RGB (Red+Green+Blue) = 67+12+31=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #430C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C1F is #BCF3E0. Grayscale: #1E1E1E. Windows color (decimal): -12383201 or 2034755. OLE color: 2034755.
HSL color Cylindrical-coordinate representation of color #430C1F: hue angle of 339.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C1F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 31 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.74 |
| HSL | 339.27º | 0.7% | 0.15% | - |
| HSV(B) | 339.27º | 0.82% | 0.26% | - |
| XYZ | 2.69 | 1.56 | 1.45 | - |
| YUV | 30.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 31 | 0 | 0.82 | 0.54 | 0.74 | 339.27 | 0.7 | 0.15 |
| Hex | 43 | C | 1F | 0 | 52 | 36 | 4A | 153 | 46 | F |
| Octal | 103 | 14 | 37 | 0 | 122 | 66 | 112 | 523 | 106 | 17 |
| Binary | 1000011 | 1100 | 11111 | 0 | 1010010 | 110110 | 1001010 | 101010011 | 1000110 | 1111 |
Color Harmonies of #430C1F
Complementary color
Monochromatic Colors of #430C1F
Black with #430C1F
Text Example
Text Example
White with #430C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C1F; }
p { color: rgb(67,12,31); }
H1.HeaderClassName
{
color: #430C1F;
}
.AnyTagClassName
{
color: #430C1F;
}
</style>
background-color css
<style>
a { background-color: #430C1F; }
a { background-color: rgb(67,12,31); }
div.DivClassName
{
background-color: #430C1F;
}
.BgClassName
{
background-color: #430C1F;
}
</style>
border-color css
<style>
span { border-color: #430C1F; }
span { border-color: rgb(67,12,31); }
td.TdClassName
{
border-color: #430C1F;
}
.TagClassName
{
border-color: #430C1F;
}
</style>