#550812

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

Shades of Bordeaux #550812

Tints of Bordeaux #550812

Color information

#550812 (or 0x550812) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 12. RGB value is (85,8,18). Sum of RGB (Red+Green+Blue) = 85+8+18=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550812 is #AAF7ED. Grayscale: #202020. Windows color (decimal): -11204590 or 1181781. OLE color: 1181781.

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

Color convert

RGB85818-
CMYK00.910.790.67
HSL352.21º82.8%18.24%-
HSV(B)352.21º90.59%33.33%-
XYZ3.942.150.78-
YUV32.16120.01165.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=76.58%
G=7.21%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581800.910.790.67352.2182.818.24
Hex5581205B4F431605312
Octal1251022013311710354012322
Binary10101011000100100101101110011111000011101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550812; }

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

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

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

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

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

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

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

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