#550806

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

Shades of Red Oxide #550806

Tints of Red Oxide #550806

Color information

#550806 (or 0x550806) is unknown color: approx Red Oxide. HEX triplet: 55, 08 and 06. RGB value is (85,8,6). Sum of RGB (Red+Green+Blue) = 85+8+6=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #550806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550806 is #AAF7F9. Grayscale: #1E1E1E. Windows color (decimal): -11204602 or 395349. OLE color: 395349.

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

Color convert

RGB8586-
CMYK00.910.930.67
HSL1.52º86.81%17.84%-
HSV(B)1.52º92.94%33.33%-
XYZ3.872.120.38-
YUV30.8114.01166.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85.86%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=85.86%
G=8.08%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858600.910.930.671.5286.8117.84
Hex558605B5D4325712
Octal1251060133135103212722
Binary10101011000110010110111011101100001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550806; }

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

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

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

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

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

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

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

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