#5D231F

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

Shades of Red Oxide #5D231F

Tints of Red Oxide #5D231F

Color information

#5D231F (or 0x5D231F) is unknown color: approx Red Oxide. HEX triplet: 5D, 23 and 1F. RGB value is (93,35,31). Sum of RGB (Red+Green+Blue) = 93+35+31=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D231F is #A2DCE0. Grayscale: #333333. Windows color (decimal): -10673377 or 2040669. OLE color: 2040669.

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

Color convert

RGB933531-
CMYK00.620.670.64
HSL3.87º50%24.31%-
HSV(B)3.87º66.67%36.47%-
XYZ5.363.631.71-
YUV51.89116.22157.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 58.49%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=58.49%
G=22.01%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93353100.620.670.643.875024.31
Hex5D231F03E434043218
Octal135433707610310046230
Binary10111011000111111101111101000011100000010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,31); }

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

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

 a { background-color: rgb(93,35,31); }

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

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

 span { border-color: rgb(93,35,31); }

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