Html Css Color HEX #540519 Bordeaux

📋 copy color: '#540519'

red 84 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #540519

Tints of Bordeaux #540519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

 BLUE value IS 25 (10.16% from 255) = 21.93%

R = 73.68%
G = 4.39%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#540519 (or 0x540519) is known color: Bordeaux. HEX triplet: 54, 05 and 19. RGB value is (84,5,25). Sum of RGB (Red+Green+Blue) = 84+5+25=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540519 is #ABFAE6. Grayscale: #1E1E1E. Windows color (decimal): -11270887 or 1639764. OLE color: 1639764.

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

Color convert

RGB 84 5 25 -
CMYK 0 0.94 0.70 0.67
HSL 344.81º 0.89% 0.17% -
HSV(B) 344.81º 0.94% 0.33% -
XYZ 3.89 2.06 1.11 -
YUV 30.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 84 5 25 0 0.94 0.70 0.67 344.81 0.89 0.17
Hex 54 5 19 0 5E 46 43 159 59 11
Octal 124 5 31 0 136 106 103 531 131 21
Binary 1010100 101 11001 0 1011110 1000110 1000011 101011001 1011001 10001

Color Harmonies of #540519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540519

Black with #540519

Text Example


Text Example

White with #540519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540519; }

 p { color: rgb(84,5,25); }

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

background-color css

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

 a { background-color: rgb(84,5,25); }

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

border-color css

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

 span { border-color: rgb(84,5,25); }

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