#541925

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

Shades of Bordeaux #541925

Tints of Bordeaux #541925

Color information

#541925 (or 0x541925) is unknown color: approx Bordeaux. HEX triplet: 54, 19 and 25. RGB value is (84,25,37). Sum of RGB (Red+Green+Blue) = 84+25+37=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541925 is #ABE6DA. Grayscale: #2C2C2C. Windows color (decimal): -11265755 or 2431316. OLE color: 2431316.

HSL color Cylindrical-coordinate representation of color #541925: hue angle of 347.8º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541925 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB842537-
CMYK00.700.560.67
HSL347.8º54.13%21.37%-
HSV(B)347.8º70.24%32.94%-
XYZ4.342.712.05-
YUV44.01124.05156.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=57.53%
G=17.12%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84253700.700.560.67347.854.1321.37
Hex541925046384315c3615
Octal12431450106701035346625
Binary10101001100110010101000110111000100001110101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541925; }

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

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

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

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

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

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

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

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