#541025

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

Shades of Bordeaux #541025

Tints of Bordeaux #541025

Color information

#541025 (or 0x541025) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 25. RGB value is (84,16,37). Sum of RGB (Red+Green+Blue) = 84+16+37=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541025 is #ABEFDA. Grayscale: #262626. Windows color (decimal): -11268059 or 2429012. OLE color: 2429012.

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

Color convert

RGB841637-
CMYK00.810.560.67
HSL341.47º68%19.61%-
HSV(B)341.47º80.95%32.94%-
XYZ4.182.391.99-
YUV38.73127.03160.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=61.31%
G=11.68%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84163700.810.560.67341.476819.61
Hex54102505138431554414
Octal124204501217010352510424
Binary101010010000100101010100011110001000011101010101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541025; }

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

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

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

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

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

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

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

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