#551324

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

Shades of Bordeaux #551324

Tints of Bordeaux #551324

Color information

#551324 (or 0x551324) is unknown color: approx Bordeaux. HEX triplet: 55, 13 and 24. RGB value is (85,19,36). Sum of RGB (Red+Green+Blue) = 85+19+36=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551324 is #AAECDB. Grayscale: #282828. Windows color (decimal): -11201756 or 2364245. OLE color: 2364245.

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

Color convert

RGB851936-
CMYK00.780.580.67
HSL344.55º63.46%20.39%-
HSV(B)344.55º77.65%33.33%-
XYZ4.32.521.93-
YUV40.67125.37159.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=60.71%
G=13.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85193600.780.580.67344.5563.4620.39
Hex55132404E3A431593f14
Octal12523440116721035317724
Binary10101011001110010001001110111010100001110101100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551324; }

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

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

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

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

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

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

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

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