#5D100A

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

Shades of Red Oxide #5D100A

Tints of Red Oxide #5D100A

Color information

#5D100A (or 0x5D100A) is unknown color: approx Red Oxide. HEX triplet: 5D, 10 and 0A. RGB value is (93,16,10). Sum of RGB (Red+Green+Blue) = 93+16+10=119 (15% of max value = 765). Red value is 93 (36.72% from 255 or 78.15% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 93 - color contains mainly: red. Hex color #5D100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D100A is #A2EFF5. Grayscale: #262626. Windows color (decimal): -10678262 or 659549. OLE color: 659549.

HSL color Cylindrical-coordinate representation of color #5D100A: hue angle of 4.34º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D100A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB931610-
CMYK00.830.890.64
HSL4.34º80.58%20.2%-
HSV(B)4.34º89.25%36.47%-
XYZ4.752.720.56-
YUV38.34112.01166.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 78.15%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=78.15%
G=13.45%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93161000.830.890.644.3480.5820.2
Hex5D10A053594045114
Octal13520120123131100412124
Binary10111011000010100101001110110011000000100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,16,10); }

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

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

 a { background-color: rgb(93,16,10); }

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

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

 span { border-color: rgb(93,16,10); }

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