#551024

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

Shades of Bordeaux #551024

Tints of Bordeaux #551024

Color information

#551024 (or 0x551024) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 24. RGB value is (85,16,36). Sum of RGB (Red+Green+Blue) = 85+16+36=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551024 is #AAEFDB. Grayscale: #262626. Windows color (decimal): -11202524 or 2363477. OLE color: 2363477.

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

Color convert

RGB851636-
CMYK00.810.580.67
HSL342.61º68.32%19.8%-
HSV(B)342.61º81.18%33.33%-
XYZ4.252.431.91-
YUV38.91126.36160.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=62.04%
G=11.68%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85163600.810.580.67342.6168.3219.8
Hex5510240513A431574414
Octal125204401217210352710424
Binary101010110000100100010100011110101000011101010111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551024; }

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

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

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

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

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

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

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

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