#550904

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

Shades of Red Oxide #550904

Tints of Red Oxide #550904

Color information

#550904 (or 0x550904) is unknown color: approx Red Oxide. HEX triplet: 55, 09 and 04. RGB value is (85,9,4). Sum of RGB (Red+Green+Blue) = 85+9+4=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #550904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550904 is #AAF6FB. Grayscale: #1F1F1F. Windows color (decimal): -11204348 or 264533. OLE color: 264533.

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

Color convert

RGB8594-
CMYK00.890.950.67
HSL3.7º91.01%17.45%-
HSV(B)3.7º95.29%33.33%-
XYZ3.872.140.32-
YUV31.15112.68166.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 86.73%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=86.73%
G=9.18%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal859400.890.950.673.791.0117.45
Hex55940595F4345b11
Octal1251140131137103413321
Binary101010110011000101100110111111000011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550904; }

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

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

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

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

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

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

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

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