#55101D

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

Shades of Bordeaux #55101D

Tints of Bordeaux #55101D

Color information

#55101D (or 0x55101D) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 1D. RGB value is (85,16,29). Sum of RGB (Red+Green+Blue) = 85+16+29=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101D is #AAEFE2. Grayscale: #262626. Windows color (decimal): -11202531 or 1904725. OLE color: 1904725.

HSL color Cylindrical-coordinate representation of color #55101D: hue angle of 348.7º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55101D is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB851629-
CMYK00.810.660.67
HSL348.7º68.32%19.8%-
HSV(B)348.7º81.18%33.33%-
XYZ4.152.391.4-
YUV38.11122.86161.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=65.38%
G=12.31%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85162900.810.660.67348.768.3219.8
Hex55101D051424315d4414
Octal1252035012110210353510424
Binary101010110000111010101000110000101000011101011101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55101D; }

 p { color: rgb(85,16,29); }

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

<style>
 a { background-color: #55101D; }

 a { background-color: rgb(85,16,29); }

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

<style>
 span { border-color: #55101D; }

 span { border-color: rgb(85,16,29); }

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