#550715

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

Shades of Bordeaux #550715

Tints of Bordeaux #550715

Color information

#550715 (or 0x550715) is unknown color: approx Bordeaux. HEX triplet: 55, 07 and 15. RGB value is (85,7,21). Sum of RGB (Red+Green+Blue) = 85+7+21=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #550715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550715 is #AAF8EA. Grayscale: #1F1F1F. Windows color (decimal): -11204843 or 1378133. OLE color: 1378133.

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

Color convert

RGB85721-
CMYK00.920.750.67
HSL349.23º84.78%18.04%-
HSV(B)349.23º91.76%33.33%-
XYZ3.962.140.91-
YUV31.92121.84165.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.22%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=75.22%
G=6.19%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8572100.920.750.67349.2384.7818.04
Hex5571505C4B4315d5512
Octal125725013411310353512522
Binary1010101111101010101110010010111000011101011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550715; }

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

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

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

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

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

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

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

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