#550824

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

Shades of Bordeaux #550824

Tints of Bordeaux #550824

Color information

#550824 (or 0x550824) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 24. RGB value is (85,8,36). Sum of RGB (Red+Green+Blue) = 85+8+36=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #550824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550824 is #AAF7DB. Grayscale: #222222. Windows color (decimal): -11204572 or 2361429. OLE color: 2361429.

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

Color convert

RGB85836-
CMYK00.910.580.67
HSL338.18º82.8%18.24%-
HSV(B)338.18º90.59%33.33%-
XYZ4.152.231.88-
YUV34.21129.01164.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=65.89%
G=6.20%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8583600.910.580.67338.1882.818.24
Hex5582405B3A431525312
Octal125104401337210352212322
Binary10101011000100100010110111110101000011101010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550824; }

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

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

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

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

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

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

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

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