#5D0F06

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

Shades of Red Oxide #5D0F06

Tints of Red Oxide #5D0F06

Color information

#5D0F06 (or 0x5D0F06) is unknown color: approx Red Oxide. HEX triplet: 5D, 0F and 06. RGB value is (93,15,6). Sum of RGB (Red+Green+Blue) = 93+15+6=114 (15% of max value = 765). Red value is 93 (36.72% from 255 or 81.58% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0F06 is #A2F0F9. Grayscale: #252525. Windows color (decimal): -10678522 or 397149. OLE color: 397149.

HSL color Cylindrical-coordinate representation of color #5D0F06: hue angle of 6.21º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0F06 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB93156-
CMYK00.840.940.64
HSL6.21º87.88%19.41%-
HSV(B)6.21º93.55%36.47%-
XYZ4.722.680.44-
YUV37.3110.34167.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 81.58%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=81.58%
G=13.16%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9315600.840.940.646.2187.8819.41
Hex5DF60545E4065813
Octal1351760124136100613023
Binary101110111111100101010010111101000000110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D0F06; }

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

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

<style>
 a { background-color: #5D0F06; }

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

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

<style>
 span { border-color: #5D0F06; }

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

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