#55061C

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

Shades of Bordeaux #55061C

Tints of Bordeaux #55061C

Color information

#55061C (or 0x55061C) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 1C. RGB value is (85,6,28). Sum of RGB (Red+Green+Blue) = 85+6+28=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55061C is #AAF9E3. Grayscale: #202020. Windows color (decimal): -11205092 or 1836629. OLE color: 1836629.

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

Color convert

RGB85628-
CMYK00.930.670.67
HSL343.29º86.81%17.84%-
HSV(B)343.29º92.94%33.33%-
XYZ4.022.151.3-
YUV32.13125.67165.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=71.43%
G=5.04%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8562800.930.670.67343.2986.8117.84
Hex5561C05D43431575712
Octal125634013510310352712722
Binary1010101110111000101110110000111000011101010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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