#55101A

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

Shades of Bordeaux #55101A

Tints of Bordeaux #55101A

Color information

#55101A (or 0x55101A) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 1A. RGB value is (85,16,26). Sum of RGB (Red+Green+Blue) = 85+16+26=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #55101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101A is #AAEFE5. Grayscale: #252525. Windows color (decimal): -11202534 or 1708117. OLE color: 1708117.

HSL color Cylindrical-coordinate representation of color #55101A: hue angle of 351.3º 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 #55101A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB851626-
CMYK00.810.690.67
HSL351.3º68.32%19.8%-
HSV(B)351.3º81.18%33.33%-
XYZ4.122.381.22-
YUV37.77121.36161.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=66.93%
G=12.60%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85162600.810.690.67351.368.3219.8
Hex55101A051454315f4414
Octal1252032012110510353710424
Binary101010110000110100101000110001011000011101011111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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