#5E2727

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

Shades of Red Oxide #5E2727

Tints of Red Oxide #5E2727

Color information

#5E2727 (or 0x5E2727) is unknown color: approx Red Oxide. HEX triplet: 5E, 27 and 27. RGB value is (94,39,39). Sum of RGB (Red+Green+Blue) = 94+39+39=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2727 is #A1D8D8. Grayscale: #373737. Windows color (decimal): -10606809 or 2565982. OLE color: 2565982.

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

Color convert

RGB943939-
CMYK00.590.590.63
HSL41.35%26.08%-
HSV(B)58.51%36.86%-
XYZ5.713.982.39-
YUV55.44118.72155.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=54.65%
G=22.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94393900.590.590.63041.3526.08
Hex5E272703B3B3F0291a
Octal1364747073737705132
Binary10111101001111001110111011111011111111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,39,39); }

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

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

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

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

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

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

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