#550524

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

Shades of Bordeaux #550524

Tints of Bordeaux #550524

Color information

#550524 (or 0x550524) is unknown color: approx Bordeaux. HEX triplet: 55, 05 and 24. RGB value is (85,5,36). Sum of RGB (Red+Green+Blue) = 85+5+36=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #550524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550524 is #AAFADB. Grayscale: #202020. Windows color (decimal): -11205340 or 2360661. OLE color: 2360661.

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

Color convert

RGB85536-
CMYK00.940.580.67
HSL336.75º88.89%17.65%-
HSV(B)336.75º94.12%33.33%-
XYZ4.122.171.87-
YUV32.45130165.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=67.46%
G=3.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8553600.940.580.67336.7588.8917.65
Hex5552405E3A431515912
Octal12554401367210352113122
Binary1010101101100100010111101110101000011101010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550524; }

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

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

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

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

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

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

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

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