#5B2120

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

Shades of Red Oxide #5B2120

Tints of Red Oxide #5B2120

Color information

#5B2120 (or 0x5B2120) is unknown color: approx Red Oxide. HEX triplet: 5B, 21 and 20. RGB value is (91,33,32). Sum of RGB (Red+Green+Blue) = 91+33+32=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2120 is #A4DEDF. Grayscale: #323232. Windows color (decimal): -10804960 or 2105691. OLE color: 2105691.

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

Color convert

RGB913332-
CMYK00.640.650.64
HSL1.02º47.97%24.12%-
HSV(B)1.02º64.84%35.69%-
XYZ5.123.421.76-
YUV50.23117.72157.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 58.33%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=58.33%
G=21.15%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91333200.640.650.641.0247.9724.12
Hex5B2120040414013018
Octal1334140010010110016030
Binary10110111000011000000100000010000011000000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,32); }

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

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

 a { background-color: rgb(91,33,32); }

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

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

 span { border-color: rgb(91,33,32); }

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