#551916

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

Shades of Red Oxide #551916

Tints of Red Oxide #551916

Color information

#551916 (or 0x551916) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 16. RGB value is (85,25,22). Sum of RGB (Red+Green+Blue) = 85+25+22=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551916 is #AAE6E9. Grayscale: #2A2A2A. Windows color (decimal): -11200234 or 1448277. OLE color: 1448277.

HSL color Cylindrical-coordinate representation of color #551916: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551916 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB852522-
CMYK00.710.740.67
HSL2.86º58.88%20.98%-
HSV(B)2.86º74.12%33.33%-
XYZ4.242.681.05-
YUV42.6116.38158.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=64.39%
G=18.94%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85252200.710.740.672.8658.8820.98
Hex5519160474A4333b15
Octal1253126010711210337325
Binary1010101110011011001000111100101010000111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551916; }

 p { color: rgb(85,25,22); }

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

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

 a { background-color: rgb(85,25,22); }

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

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

 span { border-color: rgb(85,25,22); }

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