Shades of Bordeaux #430219
Tints of Bordeaux #430219
RGB
CMYK
RGB Variations
Color information
#430219 (or 0x430219) is known color: Bordeaux. HEX triplet: 43, 02 and 19. RGB value is (67,2,25). Sum of RGB (Red+Green+Blue) = 67+2+25=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #430219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430219 is #BCFDE6. Grayscale: #181818. Windows color (decimal): -12385767 or 1638979. OLE color: 1638979.
HSL color Cylindrical-coordinate representation of color #430219: hue angle of 338.77º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430219 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 25 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.74 |
| HSL | 338.77º | 0.94% | 0.14% | - |
| HSV(B) | 338.77º | 0.97% | 0.26% | - |
| XYZ | 2.51 | 1.31 | 1.04 | - |
| YUV | 24.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 25 | 0 | 0.97 | 0.63 | 0.74 | 338.77 | 0.94 | 0.14 |
| Hex | 43 | 2 | 19 | 0 | 61 | 3F | 4A | 153 | 5E | E |
| Octal | 103 | 2 | 31 | 0 | 141 | 77 | 112 | 523 | 136 | 16 |
| Binary | 1000011 | 10 | 11001 | 0 | 1100001 | 111111 | 1001010 | 101010011 | 1011110 | 1110 |
Color Harmonies of #430219
Complementary color
Monochromatic Colors of #430219
Black with #430219
Text Example
Text Example
White with #430219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430219; }
p { color: rgb(67,2,25); }
H1.HeaderClassName
{
color: #430219;
}
.AnyTagClassName
{
color: #430219;
}
</style>
background-color css
<style>
a { background-color: #430219; }
a { background-color: rgb(67,2,25); }
div.DivClassName
{
background-color: #430219;
}
.BgClassName
{
background-color: #430219;
}
</style>
border-color css
<style>
span { border-color: #430219; }
span { border-color: rgb(67,2,25); }
td.TdClassName
{
border-color: #430219;
}
.TagClassName
{
border-color: #430219;
}
</style>