#55081E

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

Shades of Bordeaux #55081E

Tints of Bordeaux #55081E

Color information

#55081E (or 0x55081E) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 1E. RGB value is (85,8,30). Sum of RGB (Red+Green+Blue) = 85+8+30=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #55081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081E is #AAF7E1. Grayscale: #212121. Windows color (decimal): -11204578 or 1968213. OLE color: 1968213.

HSL color Cylindrical-coordinate representation of color #55081E: hue angle of 342.86º 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 #55081E is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB85830-
CMYK00.910.650.67
HSL342.86º82.8%18.24%-
HSV(B)342.86º90.59%33.33%-
XYZ4.072.21.44-
YUV33.53126.01164.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=69.11%
G=6.50%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8583000.910.650.67342.8682.818.24
Hex5581E05B41431575312
Octal1251036013310110352712322
Binary10101011000111100101101110000011000011101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55081E; }

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

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

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

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

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

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

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

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