#541725

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

Shades of Bordeaux #541725

Tints of Bordeaux #541725

Color information

#541725 (or 0x541725) is unknown color: approx Bordeaux. HEX triplet: 54, 17 and 25. RGB value is (84,23,37). Sum of RGB (Red+Green+Blue) = 84+23+37=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #541725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541725 is #ABE8DA. Grayscale: #2A2A2A. Windows color (decimal): -11266267 or 2430804. OLE color: 2430804.

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

Color convert

RGB842337-
CMYK00.730.560.67
HSL346.23º57.01%20.98%-
HSV(B)346.23º72.62%32.94%-
XYZ4.32.632.03-
YUV42.83124.71157.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=58.33%
G=15.97%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84233700.730.560.67346.2357.0120.98
Hex541725049384315a3915
Octal12427450111701035327125
Binary10101001011110010101001001111000100001110101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541725; }

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

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

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

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

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

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

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

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