#5D2120

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

Shades of Red Oxide #5D2120

Tints of Red Oxide #5D2120

Color information

#5D2120 (or 0x5D2120) is unknown color: approx Red Oxide. HEX triplet: 5D, 21 and 20. RGB value is (93,33,32). Sum of RGB (Red+Green+Blue) = 93+33+32=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2120 is #A2DEDF. Grayscale: #323232. Windows color (decimal): -10673888 or 2105693. OLE color: 2105693.

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

Color convert

RGB933332-
CMYK00.650.660.64
HSL0.98º48.8%24.51%-
HSV(B)0.98º65.59%36.47%-
XYZ5.323.521.77-
YUV50.83117.38158.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 58.86%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=58.86%
G=20.89%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93333200.650.660.640.9848.824.51
Hex5D2120041424013119
Octal1354140010110210016131
Binary10111011000011000000100000110000101000000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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