#5D1312

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

Shades of Red Oxide #5D1312

Tints of Red Oxide #5D1312

Color information

#5D1312 (or 0x5D1312) is unknown color: approx Red Oxide. HEX triplet: 5D, 13 and 12. RGB value is (93,19,18). Sum of RGB (Red+Green+Blue) = 93+19+18=130 (17% of max value = 765). Red value is 93 (36.72% from 255 or 71.54% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1312 is #A2ECED. Grayscale: #292929. Windows color (decimal): -10677486 or 1184605. OLE color: 1184605.

HSL color Cylindrical-coordinate representation of color #5D1312: hue angle of 0.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1312 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB931918-
CMYK00.800.810.64
HSL0.8º67.57%21.76%-
HSV(B)0.8º80.65%36.47%-
XYZ4.862.840.86-
YUV41.01115.02165.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 71.54%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=71.54%
G=14.62%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93191800.800.810.640.867.5721.76
Hex5D1312050514014416
Octal13523220120121100110426
Binary1011101100111001001010000101000110000001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,19,18); }

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

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

 a { background-color: rgb(93,19,18); }

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

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

 span { border-color: rgb(93,19,18); }

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