#541328

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

Shades of Bordeaux #541328

Tints of Bordeaux #541328

Color information

#541328 (or 0x541328) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 28. RGB value is (84,19,40). Sum of RGB (Red+Green+Blue) = 84+19+40=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #541328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541328 is #ABECD7. Grayscale: #282828. Windows color (decimal): -11267288 or 2626388. OLE color: 2626388.

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

Color convert

RGB841940-
CMYK00.770.520.67
HSL340.62º63.11%20.2%-
HSV(B)340.62º77.38%32.94%-
XYZ4.272.52.27-
YUV40.83127.53158.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=58.74%
G=13.29%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84194000.770.520.67340.6263.1120.2
Hex54132804D34431553f14
Octal12423500115641035257724
Binary10101001001110100001001101110100100001110101010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541328; }

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

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

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

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

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

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

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

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