#55051A

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

Shades of Bordeaux #55051A

Tints of Bordeaux #55051A

Color information

#55051A (or 0x55051A) is unknown color: approx Bordeaux. HEX triplet: 55, 05 and 1A. RGB value is (85,5,26). Sum of RGB (Red+Green+Blue) = 85+5+26=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #55051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55051A is #AAFAE5. Grayscale: #1F1F1F. Windows color (decimal): -11205350 or 1705301. OLE color: 1705301.

HSL color Cylindrical-coordinate representation of color #55051A: hue angle of 344.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55051A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB85526-
CMYK00.940.690.67
HSL344.25º88.89%17.65%-
HSV(B)344.25º94.12%33.33%-
XYZ3.992.111.18-
YUV31.31125166.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.28%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=73.28%
G=4.31%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8552600.940.690.67344.2588.8917.65
Hex5551A05E45431585912
Octal125532013610510353013122
Binary1010101101110100101111010001011000011101011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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