#55061B

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

Shades of Bordeaux #55061B

Tints of Bordeaux #55061B

Color information

#55061B (or 0x55061B) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 1B. RGB value is (85,6,27). Sum of RGB (Red+Green+Blue) = 85+6+27=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #55061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55061B is #AAF9E4. Grayscale: #202020. Windows color (decimal): -11205093 or 1771093. OLE color: 1771093.

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

Color convert

RGB85627-
CMYK00.930.680.67
HSL344.05º86.81%17.84%-
HSV(B)344.05º92.94%33.33%-
XYZ4.012.141.24-
YUV32.02125.17165.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=72.03%
G=5.08%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8562700.930.680.67344.0586.8117.84
Hex5561B05D44431585712
Octal125633013510410353012722
Binary1010101110110110101110110001001000011101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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