#550926

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

Shades of Bordeaux #550926

Tints of Bordeaux #550926

Color information

#550926 (or 0x550926) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 26. RGB value is (85,9,38). Sum of RGB (Red+Green+Blue) = 85+9+38=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #550926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550926 is #AAF6D9. Grayscale: #222222. Windows color (decimal): -11204314 or 2492757. OLE color: 2492757.

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

Color convert

RGB85938-
CMYK00.890.550.67
HSL337.11º80.85%18.43%-
HSV(B)337.11º89.41%33.33%-
XYZ4.192.272.05-
YUV35.03129.68163.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=64.39%
G=6.82%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8593800.890.550.67337.1180.8518.43
Hex5592605937431515112
Octal125114601316710352112122
Binary10101011001100110010110011101111000011101010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550926; }

 p { color: rgb(85,9,38); }

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

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

 a { background-color: rgb(85,9,38); }

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

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

 span { border-color: rgb(85,9,38); }

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