#551511

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

Shades of Red Oxide #551511

Tints of Red Oxide #551511

Color information

#551511 (or 0x551511) is unknown color: approx Red Oxide. HEX triplet: 55, 15 and 11. RGB value is (85,21,17). Sum of RGB (Red+Green+Blue) = 85+21+17=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551511 is #AAEAEE. Grayscale: #272727. Windows color (decimal): -11201263 or 1119573. OLE color: 1119573.

HSL color Cylindrical-coordinate representation of color #551511: hue angle of 3.53º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551511 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB852117-
CMYK00.750.800.67
HSL3.53º66.67%20%-
HSV(B)3.53º80%33.33%-
XYZ4.122.510.8-
YUV39.68115.2160.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=69.11%
G=17.07%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85211700.750.800.673.5366.6720
Hex55151104B504344314
Octal12525210113120103410324
Binary101010110101100010100101110100001000011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551511; }

 p { color: rgb(85,21,17); }

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

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

 a { background-color: rgb(85,21,17); }

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

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

 span { border-color: rgb(85,21,17); }

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