#55061E

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

Shades of Bordeaux #55061E

Tints of Bordeaux #55061E

Color information

#55061E (or 0x55061E) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 1E. RGB value is (85,6,30). Sum of RGB (Red+Green+Blue) = 85+6+30=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55061E is #AAF9E1. Grayscale: #202020. Windows color (decimal): -11205090 or 1967701. OLE color: 1967701.

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

Color convert

RGB85630-
CMYK00.930.650.67
HSL341.77º86.81%17.84%-
HSV(B)341.77º92.94%33.33%-
XYZ4.052.161.43-
YUV32.36126.67165.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=70.25%
G=4.96%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8563000.930.650.67341.7786.8117.84
Hex5561E05D41431565712
Octal125636013510110352612722
Binary1010101110111100101110110000011000011101010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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