Shades of Red Oxide #651B1B
Tints of Red Oxide #651B1B
RGB
CMYK
RGB Variations
Color information
#651B1B (or 0x651B1B) is known color: Red Oxide. HEX triplet: 65, 1B and 1B. RGB value is (101,27,27). Sum of RGB (Red+Green+Blue) = 101+27+27=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B1B is #9AE4E4. Grayscale: #313131. Windows color (decimal): -10151141 or 1776485. OLE color: 1776485.
HSL color Cylindrical-coordinate representation of color #651B1B: hue angle of 0º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B1B is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 27 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.60 |
| HSL | 0º | 0.58% | 0.25% | - |
| HSV(B) | 0º | 0.73% | 0.4% | - |
| XYZ | 5.96 | 3.63 | 1.42 | - |
| YUV | 49.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 27 | 0 | 0.73 | 0.73 | 0.60 | 0 | 0.58 | 0.25 |
| Hex | 65 | 1B | 1B | 0 | 49 | 49 | 3C | 0 | 3A | 19 |
| Octal | 145 | 33 | 33 | 0 | 111 | 111 | 74 | 0 | 72 | 31 |
| Binary | 1100101 | 11011 | 11011 | 0 | 1001001 | 1001001 | 111100 | 0 | 111010 | 11001 |
Color Harmonies of #651B1B
Complementary color
Monochromatic Colors of #651B1B
Black with #651B1B
Text Example
Text Example
White with #651B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B1B; }
p { color: rgb(101,27,27); }
H1.HeaderClassName
{
color: #651B1B;
}
.AnyTagClassName
{
color: #651B1B;
}
</style>
background-color css
<style>
a { background-color: #651B1B; }
a { background-color: rgb(101,27,27); }
div.DivClassName
{
background-color: #651B1B;
}
.BgClassName
{
background-color: #651B1B;
}
</style>
border-color css
<style>
span { border-color: #651B1B; }
span { border-color: rgb(101,27,27); }
td.TdClassName
{
border-color: #651B1B;
}
.TagClassName
{
border-color: #651B1B;
}
</style>