#540115

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

Shades of Bordeaux #540115

Tints of Bordeaux #540115

Color information

#540115 (or 0x540115) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 15. RGB value is (84,1,21). Sum of RGB (Red+Green+Blue) = 84+1+21=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540115 is #ABFEEA. Grayscale: #1C1C1C. Windows color (decimal): -11271915 or 1376596. OLE color: 1376596.

HSL color Cylindrical-coordinate representation of color #540115: hue angle of 345.54º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540115 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB84121-
CMYK00.990.750.67
HSL345.54º97.65%16.67%-
HSV(B)345.54º98.81%32.94%-
XYZ3.81.960.89-
YUV28.1124167.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 79.25%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=79.25%
G=0.94%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8412100.990.750.67345.5497.6516.67
Hex541150634B4315a6211
Octal124125014311310353214221
Binary10101001101010110001110010111000011101011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540115; }

 p { color: rgb(84,1,21); }

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

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

 a { background-color: rgb(84,1,21); }

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

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

 span { border-color: rgb(84,1,21); }

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