#551106

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

Shades of Red Oxide #551106

Tints of Red Oxide #551106

Color information

#551106 (or 0x551106) is unknown color: approx Red Oxide. HEX triplet: 55, 11 and 06. RGB value is (85,17,6). Sum of RGB (Red+Green+Blue) = 85+17+6=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551106 is #AAEEF9. Grayscale: #242424. Windows color (decimal): -11202298 or 397653. OLE color: 397653.

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

Color convert

RGB85176-
CMYK00.800.930.67
HSL8.35º86.81%17.84%-
HSV(B)8.35º92.94%33.33%-
XYZ3.982.350.42-
YUV36.08111.03162.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=78.70%
G=15.74%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517600.800.930.678.3586.8117.84
Hex551160505D4385712
Octal12521601201351031012722
Binary10101011000111001010000101110110000111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551106; }

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

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

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

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

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

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

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

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