#53110E

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

Shades of Red Oxide #53110E

Tints of Red Oxide #53110E

Color information

#53110E (or 0x53110E) is unknown color: approx Red Oxide. HEX triplet: 53, 11 and 0E. RGB value is (83,17,14). Sum of RGB (Red+Green+Blue) = 83+17+14=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53110E is #ACEEF1. Grayscale: #242424. Windows color (decimal): -11333362 or 921939. OLE color: 921939.

HSL color Cylindrical-coordinate representation of color #53110E: hue angle of 2.61º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53110E is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB831714-
CMYK00.800.830.67
HSL2.61º71.13%19.02%-
HSV(B)2.61º83.13%32.55%-
XYZ3.852.270.65-
YUV36.39115.37161.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 14 (5.86% from 255) = 12.28%
R=72.81%
G=14.91%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83171400.800.830.672.6171.1319.02
Hex5311E050534334713
Octal12321160120123103310723
Binary1010011100011110010100001010011100001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53110E; }

 p { color: rgb(83,17,14); }

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

<style>
 a { background-color: #53110E; }

 a { background-color: rgb(83,17,14); }

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

<style>
 span { border-color: #53110E; }

 span { border-color: rgb(83,17,14); }

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