#550608

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

Shades of Rustic Red #550608

Tints of Rustic Red #550608

Color information

#550608 (or 0x550608) is unknown color: approx Rustic Red. HEX triplet: 55, 06 and 08. RGB value is (85,6,8). Sum of RGB (Red+Green+Blue) = 85+6+8=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #550608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550608 is #AAF9F7. Grayscale: #1D1D1D. Windows color (decimal): -11205112 or 525909. OLE color: 525909.

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

Color convert

RGB8568-
CMYK00.930.910.67
HSL358.48º86.81%17.84%-
HSV(B)358.48º92.94%33.33%-
XYZ3.862.080.43-
YUV29.85115.67167.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85.86%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=85.86%
G=6.06%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal856800.930.910.67358.4886.8117.84
Hex556805D5B431665712
Octal125610013513310354612722
Binary101010111010000101110110110111000011101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550608; }

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

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

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

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

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

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

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

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