#510F06

Color #510F06 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #510F06

Tints of Red Oxide #510F06

Color information

#510F06 (or 0x510F06) is unknown color: approx Red Oxide. HEX triplet: 51, 0F and 06. RGB value is (81,15,6). Sum of RGB (Red+Green+Blue) = 81+15+6=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F06 is #AEF0F9. Grayscale: #212121. Windows color (decimal): -11464954 or 397137. OLE color: 397137.

HSL color Cylindrical-coordinate representation of color #510F06: hue angle of 7.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510F06 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81156-
CMYK00.810.930.68
HSL7.2º86.21%17.06%-
HSV(B)7.2º92.59%31.76%-
XYZ3.62.10.39-
YUV33.71112.37161.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 79.41%
GREEN value IS 15 (6.25% from 255) = 14.71%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=79.41%
G=14.71%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8115600.810.930.687.286.2117.06
Hex51F60515D4475611
Octal1211760121135104712621
Binary101000111111100101000110111011000100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510F06; }

 p { color: rgb(81,15,6); }

 H1.HeaderClassName
 {
   color: #510F06;
 }
 .AnyTagClassName
 {
   color: #510F06;
 }
</style>
background-color css

<style>
 a { background-color: #510F06; }

 a { background-color: rgb(81,15,6); }

 div.DivClassName
 {
   background-color: #510F06;
 }
 .BgClassName
 {
   background-color: #510F06;
 }
</style>
border-color css

<style>
 span { border-color: #510F06; }

 span { border-color: rgb(81,15,6); }

 td.TdClassName
 {
   border-color: #510F06;
 }
 .TagClassName
 {
   border-color: #510F06;
 }
</style>