#550900

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

Shades of Red Oxide #550900

Tints of Red Oxide #550900

Color information

#550900 (or 0x550900) is unknown color: approx Red Oxide. HEX triplet: 55, 09 and 00. RGB value is (85,9,0). Sum of RGB (Red+Green+Blue) = 85+9+0=94 (12% of max value = 765). Red value is 85 (33.59% from 255 or 90.43% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 85 - color contains mainly: red. Hex color #550900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550900 is #AAF6FF. Grayscale: #1E1E1E. Windows color (decimal): -11204352 or 2389. OLE color: 2389.

HSL color Cylindrical-coordinate representation of color #550900: hue angle of 6.35º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB8590-
CMYK00.8910.67
HSL6.35º100%16.67%-
HSV(B)6.35º100%33.33%-
XYZ3.842.130.21-
YUV30.7110.68166.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 90.43%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.43%
G=9.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal859000.8910.676.3510016.67
Hex5590059644366411
Octal1251100131144103614421
Binary1010101100100101100111001001000011110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550900; }

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

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

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

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

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

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

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

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