#550800

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

Shades of Red Oxide #550800

Tints of Red Oxide #550800

Color information

#550800 (or 0x550800) is unknown color: approx Red Oxide. HEX triplet: 55, 08 and 00. RGB value is (85,8,0). Sum of RGB (Red+Green+Blue) = 85+8+0=93 (12% of max value = 765). Red value is 85 (33.59% from 255 or 91.40% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 85 - color contains mainly: red. Hex color #550800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550800 is #AAF7FF. Grayscale: #1E1E1E. Windows color (decimal): -11204608 or 2133. OLE color: 2133.

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

Color convert

RGB8580-
CMYK00.9110.67
HSL5.65º100%16.67%-
HSV(B)5.65º100%33.33%-
XYZ3.832.10.2-
YUV30.11111.01167.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 91.40%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.40%
G=8.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858000.9110.675.6510016.67
Hex558005B644366411
Octal1251000133144103614421
Binary1010101100000101101111001001000011110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550800; }

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

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

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

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

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

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

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

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