#550923

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

Shades of Bordeaux #550923

Tints of Bordeaux #550923

Color information

#550923 (or 0x550923) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 23. RGB value is (85,9,35). Sum of RGB (Red+Green+Blue) = 85+9+35=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #550923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550923 is #AAF6DC. Grayscale: #222222. Windows color (decimal): -11204317 or 2296149. OLE color: 2296149.

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

Color convert

RGB85935-
CMYK00.890.590.67
HSL339.47º80.85%18.43%-
HSV(B)339.47º89.41%33.33%-
XYZ4.152.251.81-
YUV34.69128.18163.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=65.89%
G=6.98%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8593500.890.590.67339.4780.8518.43
Hex559230593B431535112
Octal125114301317310352312122
Binary10101011001100011010110011110111000011101010011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550923; }

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

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

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

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

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

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

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

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