#5B1615

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

Shades of Red Oxide #5B1615

Tints of Red Oxide #5B1615

Color information

#5B1615 (or 0x5B1615) is unknown color: approx Red Oxide. HEX triplet: 5B, 16 and 15. RGB value is (91,22,21). Sum of RGB (Red+Green+Blue) = 91+22+21=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1615 is #A4E9EA. Grayscale: #2A2A2A. Windows color (decimal): -10807787 or 1381979. OLE color: 1381979.

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

Color convert

RGB912221-
CMYK00.760.770.64
HSL0.86º62.5%21.96%-
HSV(B)0.86º76.92%35.69%-
XYZ4.742.851.01-
YUV42.52115.86162.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.91%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=67.91%
G=16.42%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91222100.760.770.640.8662.521.96
Hex5B161504C4D4013e16
Octal1332625011411510017626
Binary101101110110101010100110010011011000000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,22,21); }

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

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

 a { background-color: rgb(91,22,21); }

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

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

 span { border-color: rgb(91,22,21); }

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