#5D0E00

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

Shades of Red Oxide #5D0E00

Tints of Red Oxide #5D0E00

Color information

#5D0E00 (or 0x5D0E00) is unknown color: approx Red Oxide. HEX triplet: 5D, 0E and 00. RGB value is (93,14,0). Sum of RGB (Red+Green+Blue) = 93+14+0=107 (14% of max value = 765). Red value is 93 (36.72% from 255 or 86.92% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0E00 is #A2F1FF. Grayscale: #242424. Windows color (decimal): -10678784 or 3677. OLE color: 3677.

HSL color Cylindrical-coordinate representation of color #5D0E00: hue angle of 9.03º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0E00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB93140-
CMYK00.8510.64
HSL9.03º100%18.24%-
HSV(B)9.03º100%36.47%-
XYZ4.672.640.26-
YUV36.02107.67168.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 86.92%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.92%
G=13.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9314000.8510.649.0310018.24
Hex5DE0055644096412
Octal13516001251441001114422
Binary10111011110001010101110010010000001001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,14,0); }

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

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

 a { background-color: rgb(93,14,0); }

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

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

 span { border-color: rgb(93,14,0); }

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