#5B1816

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

Shades of Red Oxide #5B1816

Tints of Red Oxide #5B1816

Color information

#5B1816 (or 0x5B1816) is unknown color: approx Red Oxide. HEX triplet: 5B, 18 and 16. RGB value is (91,24,22). Sum of RGB (Red+Green+Blue) = 91+24+22=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1816 is #A4E7E9. Grayscale: #2B2B2B. Windows color (decimal): -10807274 or 1448027. OLE color: 1448027.

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

Color convert

RGB912422-
CMYK00.740.760.64
HSL1.74º61.06%22.16%-
HSV(B)1.74º75.82%35.69%-
XYZ4.792.941.07-
YUV43.8115.7161.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.42%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=66.42%
G=17.52%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91242200.740.760.641.7461.0622.16
Hex5B181604A4C4023d16
Octal1333026011211410027526
Binary1011011110001011001001010100110010000001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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