#540113

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

Shades of Bordeaux #540113

Tints of Bordeaux #540113

Color information

#540113 (or 0x540113) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 13. RGB value is (84,1,19). Sum of RGB (Red+Green+Blue) = 84+1+19=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540113 is #ABFEEC. Grayscale: #1B1B1B. Windows color (decimal): -11271917 or 1245524. OLE color: 1245524.

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

Color convert

RGB84119-
CMYK00.990.770.67
HSL346.99º97.65%16.67%-
HSV(B)346.99º98.81%32.94%-
XYZ3.781.950.79-
YUV27.87123168.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80.77%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=80.77%
G=0.96%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8411900.990.770.67346.9997.6516.67
Hex541130634D4315b6211
Octal124123014311510353314221
Binary10101001100110110001110011011000011101011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540113; }

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

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

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

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

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

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

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

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