#55080D

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

Shades of Bordeaux #55080D

Tints of Bordeaux #55080D

Color information

#55080D (or 0x55080D) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 0D. RGB value is (85,8,13). Sum of RGB (Red+Green+Blue) = 85+8+13=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #55080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55080D is #AAF7F2. Grayscale: #1F1F1F. Windows color (decimal): -11204595 or 854101. OLE color: 854101.

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

Color convert

RGB85813-
CMYK00.910.850.67
HSL356.1º82.8%18.24%-
HSV(B)356.1º90.59%33.33%-
XYZ3.912.130.59-
YUV31.59117.51166.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.19%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=80.19%
G=7.55%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581300.910.850.67356.182.818.24
Hex558D05B55431645312
Octal1251015013312510354412322
Binary1010101100011010101101110101011000011101100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55080D; }

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

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

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

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

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

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

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

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