Shades of Red Oxide #651E1D
Tints of Red Oxide #651E1D
RGB
CMYK
RGB Variations
Color information
#651E1D (or 0x651E1D) is known color: Red Oxide. HEX triplet: 65, 1E and 1D. RGB value is (101,30,29). Sum of RGB (Red+Green+Blue) = 101+30+29=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #651E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E1D is #9AE1E2. Grayscale: #333333. Windows color (decimal): -10150371 or 1908325. OLE color: 1908325.
HSL color Cylindrical-coordinate representation of color #651E1D: hue angle of 0.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #651E1D is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 29 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.60 |
| HSL | 0.83º | 0.55% | 0.25% | - |
| HSV(B) | 0.83º | 0.71% | 0.4% | - |
| XYZ | 6.05 | 3.78 | 1.57 | - |
| YUV | 51.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 29 | 0 | 0.70 | 0.71 | 0.60 | 0.83 | 0.55 | 0.25 |
| Hex | 65 | 1E | 1D | 0 | 46 | 47 | 3C | 1 | 37 | 19 |
| Octal | 145 | 36 | 35 | 0 | 106 | 107 | 74 | 1 | 67 | 31 |
| Binary | 1100101 | 11110 | 11101 | 0 | 1000110 | 1000111 | 111100 | 1 | 110111 | 11001 |
Color Harmonies of #651E1D
Complementary color
Monochromatic Colors of #651E1D
Black with #651E1D
Text Example
Text Example
White with #651E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E1D; }
p { color: rgb(101,30,29); }
H1.HeaderClassName
{
color: #651E1D;
}
.AnyTagClassName
{
color: #651E1D;
}
</style>
background-color css
<style>
a { background-color: #651E1D; }
a { background-color: rgb(101,30,29); }
div.DivClassName
{
background-color: #651E1D;
}
.BgClassName
{
background-color: #651E1D;
}
</style>
border-color css
<style>
span { border-color: #651E1D; }
span { border-color: rgb(101,30,29); }
td.TdClassName
{
border-color: #651E1D;
}
.TagClassName
{
border-color: #651E1D;
}
</style>