#5B211F

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

Shades of Red Oxide #5B211F

Tints of Red Oxide #5B211F

Color information

#5B211F (or 0x5B211F) is unknown color: approx Red Oxide. HEX triplet: 5B, 21 and 1F. RGB value is (91,33,31). Sum of RGB (Red+Green+Blue) = 91+33+31=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B211F is #A4DEE0. Grayscale: #323232. Windows color (decimal): -10804961 or 2040155. OLE color: 2040155.

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

Color convert

RGB913331-
CMYK00.640.660.64
HSL49.18%23.92%-
HSV(B)65.93%35.69%-
XYZ5.113.411.69-
YUV50.11117.22157.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 58.71%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 31 (12.5% from 255) = 20%
R=58.71%
G=21.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91333100.640.660.64249.1823.92
Hex5B211F040424023118
Octal1334137010010210026130
Binary10110111000011111101000000100001010000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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