#541125

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

Shades of Bordeaux #541125

Tints of Bordeaux #541125

Color information

#541125 (or 0x541125) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 25. RGB value is (84,17,37). Sum of RGB (Red+Green+Blue) = 84+17+37=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #541125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541125 is #ABEEDA. Grayscale: #272727. Windows color (decimal): -11267803 or 2429268. OLE color: 2429268.

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

Color convert

RGB841737-
CMYK00.800.560.67
HSL342.09º66.34%19.8%-
HSV(B)342.09º79.76%32.94%-
XYZ4.192.422-
YUV39.31126.7159.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=60.87%
G=12.32%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84173700.800.560.67342.0966.3419.8
Hex54112505038431564214
Octal124214501207010352610224
Binary101010010001100101010100001110001000011101010110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541125; }

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

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

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

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

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

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

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

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