#55050D

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

Shades of Bordeaux #55050D

Tints of Bordeaux #55050D

Color information

#55050D (or 0x55050D) is unknown color: approx Bordeaux. HEX triplet: 55, 05 and 0D. RGB value is (85,5,13). Sum of RGB (Red+Green+Blue) = 85+5+13=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #55050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55050D is #AAFAF2. Grayscale: #1D1D1D. Windows color (decimal): -11205363 or 853333. OLE color: 853333.

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

Color convert

RGB85513-
CMYK00.940.850.67
HSL354º88.89%17.65%-
HSV(B)354º94.12%33.33%-
XYZ3.872.070.58-
YUV29.83118.5167.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 82.52%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=82.52%
G=4.85%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8551300.940.850.6735488.8917.65
Hex555D05E55431625912
Octal125515013612510354213122
Binary101010110111010101111010101011000011101100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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