#541219

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

Shades of Bordeaux #541219

Tints of Bordeaux #541219

Color information

#541219 (or 0x541219) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 19. RGB value is (84,18,25). Sum of RGB (Red+Green+Blue) = 84+18+25=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541219 is #ABEDE6. Grayscale: #262626. Windows color (decimal): -11267559 or 1643092. OLE color: 1643092.

HSL color Cylindrical-coordinate representation of color #541219: hue angle of 353.64º 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 #541219 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB841825-
CMYK00.790.700.67
HSL353.64º64.71%20%-
HSV(B)353.64º78.57%32.94%-
XYZ4.052.391.17-
YUV38.53120.37160.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=66.14%
G=14.17%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182500.790.700.67353.6464.7120
Hex54121904F46431624114
Octal1242231011710610354210124
Binary101010010010110010100111110001101000011101100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541219; }

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

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

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

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

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

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

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

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