Shades of Red Oxide #651B05
Tints of Red Oxide #651B05
RGB
CMYK
RGB Variations
Color information
#651B05 (or 0x651B05) is known color: Red Oxide. HEX triplet: 65, 1B and 05. RGB value is (101,27,5). Sum of RGB (Red+Green+Blue) = 101+27+5=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #651B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B05 is #9AE4FA. Grayscale: #2E2E2E. Windows color (decimal): -10151163 or 334693. OLE color: 334693.
HSL color Cylindrical-coordinate representation of color #651B05: hue angle of 13.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #651B05 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
RGB | 101 | 27 | 5 | - |
CMYK | 0 | 0.73 | 0.95 | 0.60 |
HSL | 13.75º | 0.91% | 0.21% | - |
HSV(B) | 13.75º | 0.95% | 0.4% | - |
XYZ | 5.79 | 3.56 | 0.53 | - |
YUV | 46.62 | 104.52 | 166.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 27 | 5 | 0 | 0.73 | 0.95 | 0.60 | 13.75 | 0.91 | 0.21 |
Hex | 65 | 1B | 5 | 0 | 49 | 5F | 3C | E | 5B | 15 |
Octal | 145 | 33 | 5 | 0 | 111 | 137 | 74 | 16 | 133 | 25 |
Binary | 1100101 | 11011 | 101 | 0 | 1001001 | 1011111 | 111100 | 1110 | 1011011 | 10101 |
Color Harmonies of #651B05
Complementary color
Monochromatic Colors of #651B05
Black with #651B05
Text Example
Text Example
White with #651B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B05; }
p { color: rgb(101,27,5); }
H1.HeaderClassName
{
color: #651B05;
}
.AnyTagClassName
{
color: #651B05;
}
</style>
background-color css
<style>
a { background-color: #651B05; }
a { background-color: rgb(101,27,5); }
div.DivClassName
{
background-color: #651B05;
}
.BgClassName
{
background-color: #651B05;
}
</style>
border-color css
<style>
span { border-color: #651B05; }
span { border-color: rgb(101,27,5); }
td.TdClassName
{
border-color: #651B05;
}
.TagClassName
{
border-color: #651B05;
}
</style>