#550912

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

Shades of Bordeaux #550912

Tints of Bordeaux #550912

Color information

#550912 (or 0x550912) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 12. RGB value is (85,9,18). Sum of RGB (Red+Green+Blue) = 85+9+18=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550912 is #AAF6ED. Grayscale: #202020. Windows color (decimal): -11204334 or 1182037. OLE color: 1182037.

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

Color convert

RGB85918-
CMYK00.890.790.67
HSL352.89º80.85%18.43%-
HSV(B)352.89º89.41%33.33%-
XYZ3.952.170.78-
YUV32.75119.68165.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.89%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=75.89%
G=8.04%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8591800.890.790.67352.8980.8518.43
Hex559120594F431615112
Octal1251122013111710354112122
Binary10101011001100100101100110011111000011101100001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550912; }

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

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

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

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

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

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

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

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