#541228

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

Shades of Bordeaux #541228

Tints of Bordeaux #541228

Color information

#541228 (or 0x541228) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 28. RGB value is (84,18,40). Sum of RGB (Red+Green+Blue) = 84+18+40=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541228 is #ABEDD7. Grayscale: #282828. Windows color (decimal): -11267544 or 2626132. OLE color: 2626132.

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

Color convert

RGB841840-
CMYK00.790.520.67
HSL340º64.71%20%-
HSV(B)340º78.57%32.94%-
XYZ4.262.472.26-
YUV40.24127.87159.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=59.15%
G=12.68%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84184000.790.520.6734064.7120
Hex54122804F34431544114
Octal124225001176410352410124
Binary101010010010101000010011111101001000011101010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541228; }

 p { color: rgb(84,18,40); }

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

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

 a { background-color: rgb(84,18,40); }

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

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

 span { border-color: rgb(84,18,40); }

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