#55061D

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

Shades of Bordeaux #55061D

Tints of Bordeaux #55061D

Color information

#55061D (or 0x55061D) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 1D. RGB value is (85,6,29). Sum of RGB (Red+Green+Blue) = 85+6+29=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55061D is #AAF9E2. Grayscale: #202020. Windows color (decimal): -11205091 or 1902165. OLE color: 1902165.

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

Color convert

RGB85629-
CMYK00.930.660.67
HSL342.53º86.81%17.84%-
HSV(B)342.53º92.94%33.33%-
XYZ4.032.151.36-
YUV32.24126.17165.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.83%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=70.83%
G=5%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8562900.930.660.67342.5386.8117.84
Hex5561D05D42431575712
Octal125635013510210352712722
Binary1010101110111010101110110000101000011101010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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