#551911

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

Shades of Red Oxide #551911

Tints of Red Oxide #551911

Color information

#551911 (or 0x551911) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 11. RGB value is (85,25,17). Sum of RGB (Red+Green+Blue) = 85+25+17=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551911 is #AAE6EE. Grayscale: #2A2A2A. Windows color (decimal): -11200239 or 1120597. OLE color: 1120597.

HSL color Cylindrical-coordinate representation of color #551911: hue angle of 7.06º 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 #551911 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB852517-
CMYK00.710.800.67
HSL7.06º66.67%20%-
HSV(B)7.06º80%33.33%-
XYZ4.22.670.82-
YUV42.03113.88158.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=66.93%
G=19.69%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85251700.710.800.677.0666.6720
Hex551911047504374314
Octal12531210107120103710324
Binary101010111001100010100011110100001000011111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551911; }

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

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

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

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

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

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

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

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