#541127

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

Shades of Bordeaux #541127

Tints of Bordeaux #541127

Color information

#541127 (or 0x541127) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 27. RGB value is (84,17,39). Sum of RGB (Red+Green+Blue) = 84+17+39=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541127 is #ABEED8. Grayscale: #272727. Windows color (decimal): -11267801 or 2560340. OLE color: 2560340.

HSL color Cylindrical-coordinate representation of color #541127: hue angle of 340.3º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541127 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB841739-
CMYK00.800.540.67
HSL340.3º66.34%19.8%-
HSV(B)340.3º79.76%32.94%-
XYZ4.222.432.17-
YUV39.54127.7159.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=60%
G=12.14%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84173900.800.540.67340.366.3419.8
Hex54112705036431544214
Octal124214701206610352410224
Binary101010010001100111010100001101101000011101010100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541127; }

 p { color: rgb(84,17,39); }

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

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

 a { background-color: rgb(84,17,39); }

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

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

 span { border-color: rgb(84,17,39); }

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