#541018

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

Shades of Bordeaux #541018

Tints of Bordeaux #541018

Color information

#541018 (or 0x541018) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 18. RGB value is (84,16,24). Sum of RGB (Red+Green+Blue) = 84+16+24=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541018 is #ABEFE7. Grayscale: #252525. Windows color (decimal): -11268072 or 1577044. OLE color: 1577044.

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

Color convert

RGB841624-
CMYK00.810.710.67
HSL352.94º68%19.61%-
HSV(B)352.94º80.95%32.94%-
XYZ4.012.321.1-
YUV37.24120.53161.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.74%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=67.74%
G=12.90%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84162400.810.710.67352.946819.61
Hex54101805147431614414
Octal1242030012110710354110424
Binary101010010000110000101000110001111000011101100001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541018; }

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

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

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

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

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

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

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

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