Html Css Color HEX #540013 Bordeaux

📋 copy color: '#540013'

red 84 ◦ green 0 ◦ blue 19

#540013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #540013

Tints of Bordeaux #540013

RGB

 RED value IS 84 (33.2% from 255) = 81.55%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 81.55%
G = 0%
B = 18.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#540013 (or 0x540013) is known color: Bordeaux. HEX triplet: 54, 00 and 13. RGB value is (84,0,19). Sum of RGB (Red+Green+Blue) = 84+0+19=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540013 is #ABFFEC. Grayscale: #1B1B1B. Windows color (decimal): -11272173 or 1245268. OLE color: 1245268.

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

Color convert

RGB 84 0 19 -
CMYK 0 1 0.77 0.67
HSL 346.43º 1% 0.16% -
HSV(B) 346.43º 1% 0.33% -
XYZ 3.77 1.93 0.79 -
YUV 27.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 84 0 19 0 1 0.77 0.67 346.43 1 0.16
Hex 54 0 13 0 64 4D 43 15A 64 10
Octal 124 0 23 0 144 115 103 532 144 20
Binary 1010100 0 10011 0 1100100 1001101 1000011 101011010 1100100 10000

Color Harmonies of #540013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540013

Black with #540013

Text Example


Text Example

White with #540013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540013; }

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

 H1.HeaderClassName
 {
   color: #540013;
 }
 .AnyTagClassName
 {
   color: #540013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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