#550808

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

Shades of Red Oxide #550808

Tints of Red Oxide #550808

Color information

#550808 (or 0x550808) is unknown color: approx Red Oxide. HEX triplet: 55, 08 and 08. RGB value is (85,8,8). Sum of RGB (Red+Green+Blue) = 85+8+8=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #550808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550808 is #AAF7F7. Grayscale: #1F1F1F. Windows color (decimal): -11204600 or 526421. OLE color: 526421.

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

Color convert

RGB8588-
CMYK00.910.910.67
HSL82.8%18.24%-
HSV(B)90.59%33.33%-
XYZ3.882.120.44-
YUV31.02115.01166.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 84.16%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=84.16%
G=7.92%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858800.910.910.67082.818.24
Hex558805B5B4305312
Octal12510100133133103012322
Binary10101011000100001011011101101110000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550808; }

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

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

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

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

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

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

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

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