#550507

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

Shades of Rustic Red #550507

Tints of Rustic Red #550507

Color information

#550507 (or 0x550507) is unknown color: approx Rustic Red. HEX triplet: 55, 05 and 07. RGB value is (85,5,7). Sum of RGB (Red+Green+Blue) = 85+5+7=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550507 is #AAFAF8. Grayscale: #1D1D1D. Windows color (decimal): -11205369 or 460117. OLE color: 460117.

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

Color convert

RGB8557-
CMYK00.940.920.67
HSL358.5º88.89%17.65%-
HSV(B)358.5º94.12%33.33%-
XYZ3.842.060.4-
YUV29.15115.5167.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 87.63%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=87.63%
G=5.15%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal855700.940.920.67358.588.8917.65
Hex555705E5C431665912
Octal12557013613410354613122
Binary10101011011110101111010111001000011101100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550507; }

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

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

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

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

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

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

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

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