#550713

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

Shades of Bordeaux #550713

Tints of Bordeaux #550713

Color information

#550713 (or 0x550713) is unknown color: approx Bordeaux. HEX triplet: 55, 07 and 13. RGB value is (85,7,19). Sum of RGB (Red+Green+Blue) = 85+7+19=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550713 is #AAF8EC. Grayscale: #1F1F1F. Windows color (decimal): -11204845 or 1247061. OLE color: 1247061.

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

Color convert

RGB85719-
CMYK00.920.780.67
HSL350.77º84.78%18.04%-
HSV(B)350.77º91.76%33.33%-
XYZ3.942.130.82-
YUV31.69120.84166.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=76.58%
G=6.31%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8571900.920.780.67350.7784.7818.04
Hex5571305C4E4315f5512
Octal125723013411610353712522
Binary1010101111100110101110010011101000011101011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550713; }

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

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

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

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

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

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

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

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