#541C28

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

Shades of Bordeaux #541C28

Tints of Bordeaux #541C28

Color information

#541C28 (or 0x541C28) is unknown color: approx Bordeaux. HEX triplet: 54, 1C and 28. RGB value is (84,28,40). Sum of RGB (Red+Green+Blue) = 84+28+40=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #541C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C28 is #ABE3D7. Grayscale: #2E2E2E. Windows color (decimal): -11264984 or 2628692. OLE color: 2628692.

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

Color convert

RGB842840-
CMYK00.670.520.67
HSL347.14º50%21.96%-
HSV(B)347.14º66.67%32.94%-
XYZ4.452.872.33-
YUV46.11124.55155.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=55.26%
G=18.42%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84284000.670.520.67347.145021.96
Hex541C28043344315b3216
Octal12434500103641035336226
Binary10101001110010100001000011110100100001110101101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541C28; }

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

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

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

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

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

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

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

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