#550609

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

Shades of Rustic Red #550609

Tints of Rustic Red #550609

Color information

#550609 (or 0x550609) is unknown color: approx Rustic Red. HEX triplet: 55, 06 and 09. RGB value is (85,6,9). Sum of RGB (Red+Green+Blue) = 85+6+9=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #550609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550609 is #AAF9F6. Grayscale: #1E1E1E. Windows color (decimal): -11205111 or 591445. OLE color: 591445.

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

Color convert

RGB8569-
CMYK00.930.890.67
HSL357.72º86.81%17.84%-
HSV(B)357.72º92.94%33.33%-
XYZ3.862.080.46-
YUV29.96116.17167.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 9 (3.91% from 255) = 9%
R=85%
G=6%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal856900.930.890.67357.7286.8117.84
Hex556905D59431665712
Octal125611013513110354612722
Binary101010111010010101110110110011000011101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550609; }

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

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

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

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

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

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

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

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