#541325

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

Shades of Bordeaux #541325

Tints of Bordeaux #541325

Color information

#541325 (or 0x541325) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 25. RGB value is (84,19,37). Sum of RGB (Red+Green+Blue) = 84+19+37=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541325 is #ABECDA. Grayscale: #282828. Windows color (decimal): -11267291 or 2429780. OLE color: 2429780.

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

Color convert

RGB841937-
CMYK00.770.560.67
HSL343.38º63.11%20.2%-
HSV(B)343.38º77.38%32.94%-
XYZ4.222.482.01-
YUV40.49126.03159.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=60%
G=13.57%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84193700.770.560.67343.3863.1120.2
Hex54132504D38431573f14
Octal12423450115701035277724
Binary10101001001110010101001101111000100001110101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541325; }

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

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

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

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

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

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

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

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