#55011C

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

Shades of Bordeaux #55011C

Tints of Bordeaux #55011C

Color information

#55011C (or 0x55011C) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 1C. RGB value is (85,1,28). Sum of RGB (Red+Green+Blue) = 85+1+28=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #55011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55011C is #AAFEE3. Grayscale: #1D1D1D. Windows color (decimal): -11206372 or 1835349. OLE color: 1835349.

HSL color Cylindrical-coordinate representation of color #55011C: hue angle of 340.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55011C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB85128-
CMYK00.990.670.67
HSL340.71º97.67%16.86%-
HSV(B)340.71º98.82%33.33%-
XYZ3.972.041.28-
YUV29.19127.33167.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 74.56%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=74.56%
G=0.88%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8512800.990.670.67340.7197.6716.86
Hex5511C06343431556211
Octal125134014310310352514221
Binary10101011111000110001110000111000011101010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55011C; }

 p { color: rgb(85,1,28); }

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

<style>
 a { background-color: #55011C; }

 a { background-color: rgb(85,1,28); }

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

<style>
 span { border-color: #55011C; }

 span { border-color: rgb(85,1,28); }

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