#550E1A

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

Shades of Bordeaux #550E1A

Tints of Bordeaux #550E1A

Color information

#550E1A (or 0x550E1A) is unknown color: approx Bordeaux. HEX triplet: 55, 0E and 1A. RGB value is (85,14,26). Sum of RGB (Red+Green+Blue) = 85+14+26=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550E1A is #AAF1E5. Grayscale: #242424. Windows color (decimal): -11203046 or 1707605. OLE color: 1707605.

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

Color convert

RGB851426-
CMYK00.840.690.67
HSL349.86º71.72%19.41%-
HSV(B)349.86º83.53%33.33%-
XYZ4.092.321.21-
YUV36.6122.02162.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=68%
G=11.2%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85142600.840.690.67349.8671.7219.41
Hex55E1A054454315e4813
Octal1251632012410510353611023
Binary10101011110110100101010010001011000011101011110100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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