#550804

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

Shades of Red Oxide #550804

Tints of Red Oxide #550804

Color information

#550804 (or 0x550804) is unknown color: approx Red Oxide. HEX triplet: 55, 08 and 04. RGB value is (85,8,4). Sum of RGB (Red+Green+Blue) = 85+8+4=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550804 is #AAF7FB. Grayscale: #1E1E1E. Windows color (decimal): -11204604 or 264277. OLE color: 264277.

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

Color convert

RGB8584-
CMYK00.910.950.67
HSL2.96º91.01%17.45%-
HSV(B)2.96º95.29%33.33%-
XYZ3.862.110.32-
YUV30.57113.01166.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 87.63%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=87.63%
G=8.25%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858400.910.950.672.9691.0117.45
Hex558405B5F4335b11
Octal1251040133137103313321
Binary10101011000100010110111011111100001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550804; }

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

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

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

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

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

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

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

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