#5D150A

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

Shades of Red Oxide #5D150A

Tints of Red Oxide #5D150A

Color information

#5D150A (or 0x5D150A) is unknown color: approx Red Oxide. HEX triplet: 5D, 15 and 0A. RGB value is (93,21,10). Sum of RGB (Red+Green+Blue) = 93+21+10=124 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 93 - color contains mainly: red. Hex color #5D150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D150A is #A2EAF5. Grayscale: #292929. Windows color (decimal): -10676982 or 660829. OLE color: 660829.

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

Color convert

RGB932110-
CMYK00.770.890.64
HSL7.95º80.58%20.2%-
HSV(B)7.95º89.25%36.47%-
XYZ4.842.890.59-
YUV41.27110.35164.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 75%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=75%
G=16.94%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93211000.770.890.647.9580.5820.2
Hex5D15A04D594085114
Octal135251201151311001012124
Binary101110110101101001001101101100110000001000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,21,10); }

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

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

 a { background-color: rgb(93,21,10); }

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

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

 span { border-color: rgb(93,21,10); }

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