#550906

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

Shades of Red Oxide #550906

Tints of Red Oxide #550906

Color information

#550906 (or 0x550906) is unknown color: approx Red Oxide. HEX triplet: 55, 09 and 06. RGB value is (85,9,6). Sum of RGB (Red+Green+Blue) = 85+9+6=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #550906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550906 is #AAF6F9. Grayscale: #1F1F1F. Windows color (decimal): -11204346 or 395605. OLE color: 395605.

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

Color convert

RGB8596-
CMYK00.890.930.67
HSL2.28º86.81%17.84%-
HSV(B)2.28º92.94%33.33%-
XYZ3.882.140.38-
YUV31.38113.68166.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 6 (2.73% from 255) = 6%
R=85%
G=9%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal859600.890.930.672.2886.8117.84
Hex55960595D4325712
Octal1251160131135103212722
Binary10101011001110010110011011101100001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550906; }

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

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

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

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

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

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

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

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