#550505

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

Shades of Red Oxide #550505

Tints of Red Oxide #550505

Color information

#550505 (or 0x550505) is unknown color: approx Red Oxide. HEX triplet: 55, 05 and 05. RGB value is (85,5,5). Sum of RGB (Red+Green+Blue) = 85+5+5=95 (12% of max value = 765). Red value is 85 (33.59% from 255 or 89.47% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 85 - color contains mainly: red. Hex color #550505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550505 is #AAFAFA. Grayscale: #1D1D1D. Windows color (decimal): -11205371 or 329045. OLE color: 329045.

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

Color convert

RGB8555-
CMYK00.940.940.67
HSL88.89%17.65%-
HSV(B)94.12%33.33%-
XYZ3.832.050.34-
YUV28.92114.5168-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 89.47%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=89.47%
G=5.26%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal855500.940.940.67088.8917.65
Hex555505E5E4305912
Octal125550136136103013122
Binary101010110110101011110101111010000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550505; }

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

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

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

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

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

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

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

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