#541423

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

Shades of Bordeaux #541423

Tints of Bordeaux #541423

Color information

#541423 (or 0x541423) is unknown color: approx Bordeaux. HEX triplet: 54, 14 and 23. RGB value is (84,20,35). Sum of RGB (Red+Green+Blue) = 84+20+35=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541423 is #ABEBDC. Grayscale: #282828. Windows color (decimal): -11267037 or 2298964. OLE color: 2298964.

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

Color convert

RGB842035-
CMYK00.760.580.67
HSL345.94º61.54%20.39%-
HSV(B)345.94º76.19%32.94%-
XYZ4.212.511.85-
YUV40.85124.7158.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=60.43%
G=14.39%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84203500.760.580.67345.9461.5420.39
Hex54142304C3A4315a3e14
Octal12424430114721035327624
Binary10101001010010001101001100111010100001110101101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541423; }

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

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

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

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

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

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

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

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