#541B24

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

Shades of Bordeaux #541B24

Tints of Bordeaux #541B24

Color information

#541B24 (or 0x541B24) is unknown color: approx Bordeaux. HEX triplet: 54, 1B and 24. RGB value is (84,27,36). Sum of RGB (Red+Green+Blue) = 84+27+36=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B24 is #ABE4DB. Grayscale: #2D2D2D. Windows color (decimal): -11265244 or 2366292. OLE color: 2366292.

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

Color convert

RGB842736-
CMYK00.680.570.67
HSL350.53º51.35%21.76%-
HSV(B)350.53º67.86%32.94%-
XYZ4.372.81.98-
YUV45.07122.88155.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=57.14%
G=18.37%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84273600.680.570.67350.5351.3521.76
Hex541B24044394315f3316
Octal12433440104711035376326
Binary10101001101110010001000100111001100001110101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,36); }

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

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

 a { background-color: rgb(84,27,36); }

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

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

 span { border-color: rgb(84,27,36); }

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