#541318

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

Shades of Bordeaux #541318

Tints of Bordeaux #541318

Color information

#541318 (or 0x541318) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 18. RGB value is (84,19,24). Sum of RGB (Red+Green+Blue) = 84+19+24=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541318 is #ABECE7. Grayscale: #272727. Windows color (decimal): -11267304 or 1577812. OLE color: 1577812.

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

Color convert

RGB841924-
CMYK00.770.710.67
HSL355.38º63.11%20.2%-
HSV(B)355.38º77.38%32.94%-
XYZ4.052.421.12-
YUV39119.53160.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=66.14%
G=14.96%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84192400.770.710.67355.3863.1120.2
Hex54131804D47431633f14
Octal124233001151071035437724
Binary10101001001111000010011011000111100001110110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541318; }

 p { color: rgb(84,19,24); }

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

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

 a { background-color: rgb(84,19,24); }

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

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

 span { border-color: rgb(84,19,24); }

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