#550407

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

Shades of Rustic Red #550407

Tints of Rustic Red #550407

Color information

#550407 (or 0x550407) is unknown color: approx Rustic Red. HEX triplet: 55, 04 and 07. RGB value is (85,4,7). Sum of RGB (Red+Green+Blue) = 85+4+7=96 (12% of max value = 765). Red value is 85 (33.59% from 255 or 88.54% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 85 - color contains mainly: red. Hex color #550407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550407 is #AAFBF8. Grayscale: #1C1C1C. Windows color (decimal): -11205625 or 459861. OLE color: 459861.

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

Color convert

RGB8547-
CMYK00.950.920.67
HSL357.78º91.01%17.45%-
HSV(B)357.78º95.29%33.33%-
XYZ3.832.030.39-
YUV28.56115.84168.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 88.54%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=88.54%
G=4.17%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal854700.950.920.67357.7891.0117.45
Hex554705F5C431665b11
Octal12547013713410354613321
Binary10101011001110101111110111001000011101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550407; }

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

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

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

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

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

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

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

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