Shades of Bordeaux #430A1C
Tints of Bordeaux #430A1C
RGB
CMYK
RGB Variations
Color information
#430A1C (or 0x430A1C) is known color: Bordeaux. HEX triplet: 43, 0A and 1C. RGB value is (67,10,28). Sum of RGB (Red+Green+Blue) = 67+10+28=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #430A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A1C is #BCF5E3. Grayscale: #1D1D1D. Windows color (decimal): -12383716 or 1837635. OLE color: 1837635.
HSL color Cylindrical-coordinate representation of color #430A1C: hue angle of 341.05º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A1C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 28 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.74 |
| HSL | 341.05º | 0.74% | 0.15% | - |
| HSV(B) | 341.05º | 0.85% | 0.26% | - |
| XYZ | 2.63 | 1.49 | 1.25 | - |
| YUV | 29.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 28 | 0 | 0.85 | 0.58 | 0.74 | 341.05 | 0.74 | 0.15 |
| Hex | 43 | A | 1C | 0 | 55 | 3A | 4A | 155 | 4A | F |
| Octal | 103 | 12 | 34 | 0 | 125 | 72 | 112 | 525 | 112 | 17 |
| Binary | 1000011 | 1010 | 11100 | 0 | 1010101 | 111010 | 1001010 | 101010101 | 1001010 | 1111 |
Color Harmonies of #430A1C
Complementary color
Monochromatic Colors of #430A1C
Black with #430A1C
Text Example
Text Example
White with #430A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A1C; }
p { color: rgb(67,10,28); }
H1.HeaderClassName
{
color: #430A1C;
}
.AnyTagClassName
{
color: #430A1C;
}
</style>
background-color css
<style>
a { background-color: #430A1C; }
a { background-color: rgb(67,10,28); }
div.DivClassName
{
background-color: #430A1C;
}
.BgClassName
{
background-color: #430A1C;
}
</style>
border-color css
<style>
span { border-color: #430A1C; }
span { border-color: rgb(67,10,28); }
td.TdClassName
{
border-color: #430A1C;
}
.TagClassName
{
border-color: #430A1C;
}
</style>