#5E221D

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

Shades of Red Oxide #5E221D

Tints of Red Oxide #5E221D

Color information

#5E221D (or 0x5E221D) is unknown color: approx Red Oxide. HEX triplet: 5E, 22 and 1D. RGB value is (94,34,29). Sum of RGB (Red+Green+Blue) = 94+34+29=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E221D is #A1DDE2. Grayscale: #333333. Windows color (decimal): -10608099 or 1909342. OLE color: 1909342.

HSL color Cylindrical-coordinate representation of color #5E221D: hue angle of 4.62º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E221D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB943429-
CMYK00.640.690.63
HSL4.62º52.85%24.12%-
HSV(B)4.62º69.15%36.86%-
XYZ5.413.611.57-
YUV51.37115.38158.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 59.87%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=59.87%
G=21.66%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94342900.640.690.634.6252.8524.12
Hex5E221D040453F53518
Octal136423501001057756530
Binary10111101000101110101000000100010111111110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,34,29); }

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

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

 a { background-color: rgb(94,34,29); }

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

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

 span { border-color: rgb(94,34,29); }

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