Shades of Bordeaux #420C1B
Tints of Bordeaux #420C1B
RGB
CMYK
RGB Variations
Color information
#420C1B (or 0x420C1B) is known color: Bordeaux. HEX triplet: 42, 0C and 1B. RGB value is (66,12,27). Sum of RGB (Red+Green+Blue) = 66+12+27=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420C1B is #BDF3E4. Grayscale: #1D1D1D. Windows color (decimal): -12448741 or 1772610. OLE color: 1772610.
HSL color Cylindrical-coordinate representation of color #420C1B: hue angle of 343.33º degrees, saturation: 0.69, 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 #420C1B is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 27 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.74 |
| HSL | 343.33º | 0.69% | 0.15% | - |
| HSV(B) | 343.33º | 0.82% | 0.26% | - |
| XYZ | 2.58 | 1.5 | 1.19 | - |
| YUV | 29.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 27 | 0 | 0.82 | 0.59 | 0.74 | 343.33 | 0.69 | 0.15 |
| Hex | 42 | C | 1B | 0 | 52 | 3B | 4A | 157 | 45 | F |
| Octal | 102 | 14 | 33 | 0 | 122 | 73 | 112 | 527 | 105 | 17 |
| Binary | 1000010 | 1100 | 11011 | 0 | 1010010 | 111011 | 1001010 | 101010111 | 1000101 | 1111 |
Color Harmonies of #420C1B
Complementary color
Monochromatic Colors of #420C1B
Black with #420C1B
Text Example
Text Example
White with #420C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C1B; }
p { color: rgb(66,12,27); }
H1.HeaderClassName
{
color: #420C1B;
}
.AnyTagClassName
{
color: #420C1B;
}
</style>
background-color css
<style>
a { background-color: #420C1B; }
a { background-color: rgb(66,12,27); }
div.DivClassName
{
background-color: #420C1B;
}
.BgClassName
{
background-color: #420C1B;
}
</style>
border-color css
<style>
span { border-color: #420C1B; }
span { border-color: rgb(66,12,27); }
td.TdClassName
{
border-color: #420C1B;
}
.TagClassName
{
border-color: #420C1B;
}
</style>