#541523

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

Shades of Bordeaux #541523

Tints of Bordeaux #541523

Color information

#541523 (or 0x541523) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 23. RGB value is (84,21,35). Sum of RGB (Red+Green+Blue) = 84+21+35=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541523 is #ABEADC. Grayscale: #292929. Windows color (decimal): -11266781 or 2299220. OLE color: 2299220.

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

Color convert

RGB842135-
CMYK00.750.580.67
HSL346.67º60%20.59%-
HSV(B)346.67º75%32.94%-
XYZ4.232.541.86-
YUV41.43124.37158.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 35 (14.06% from 255) = 25%
R=60%
G=15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213500.750.580.67346.676020.59
Hex54152304B3A4315b3c15
Octal12425430113721035337425
Binary10101001010110001101001011111010100001110101101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541523; }

 p { color: rgb(84,21,35); }

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

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

 a { background-color: rgb(84,21,35); }

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

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

 span { border-color: rgb(84,21,35); }

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