#550A1A

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

Shades of Bordeaux #550A1A

Tints of Bordeaux #550A1A

Color information

#550A1A (or 0x550A1A) is unknown color: approx Bordeaux. HEX triplet: 55, 0A and 1A. RGB value is (85,10,26). Sum of RGB (Red+Green+Blue) = 85+10+26=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #550A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A1A is #AAF5E5. Grayscale: #222222. Windows color (decimal): -11204070 or 1706581. OLE color: 1706581.

HSL color Cylindrical-coordinate representation of color #550A1A: hue angle of 347.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A1A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB851026-
CMYK00.880.690.67
HSL347.2º78.95%18.63%-
HSV(B)347.2º88.24%33.33%-
XYZ4.042.221.19-
YUV34.25123.35164.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=70.25%
G=8.26%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85102600.880.690.67347.278.9518.63
Hex55A1A058454315b4f13
Octal1251232013010510353311723
Binary10101011010110100101100010001011000011101011011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550A1A; }

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

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

<style>
 a { background-color: #550A1A; }

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

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

<style>
 span { border-color: #550A1A; }

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

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