#550925

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

Shades of Bordeaux #550925

Tints of Bordeaux #550925

Color information

#550925 (or 0x550925) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 25. RGB value is (85,9,37). Sum of RGB (Red+Green+Blue) = 85+9+37=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #550925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550925 is #AAF6DA. Grayscale: #222222. Windows color (decimal): -11204315 or 2427221. OLE color: 2427221.

HSL color Cylindrical-coordinate representation of color #550925: hue angle of 337.89º 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 #550925 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB85937-
CMYK00.890.560.67
HSL337.89º80.85%18.43%-
HSV(B)337.89º89.41%33.33%-
XYZ4.182.261.97-
YUV34.92129.18163.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=64.89%
G=6.87%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8593700.890.560.67337.8980.8518.43
Hex5592505938431525112
Octal125114501317010352212122
Binary10101011001100101010110011110001000011101010010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550925; }

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

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

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

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

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

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

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

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