#541015

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

Shades of Bordeaux #541015

Tints of Bordeaux #541015

Color information

#541015 (or 0x541015) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 15. RGB value is (84,16,21). Sum of RGB (Red+Green+Blue) = 84+16+21=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #541015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541015 is #ABEFEA. Grayscale: #242424. Windows color (decimal): -11268075 or 1380436. OLE color: 1380436.

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

Color convert

RGB841621-
CMYK00.810.750.67
HSL355.59º68%19.61%-
HSV(B)355.59º80.95%32.94%-
XYZ3.982.310.95-
YUV36.9119.03161.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=69.42%
G=13.22%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84162100.810.750.67355.596819.61
Hex5410150514B431644414
Octal1242025012111310354410424
Binary101010010000101010101000110010111000011101100100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541015; }

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

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

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

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

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

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

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

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