Html Css Color HEX #540D19 Bordeaux

📋 copy color: '#540D19'

red 84 ◦ green 13 ◦ blue 25

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

Shades of Bordeaux #540D19

Tints of Bordeaux #540D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.66%

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

R = 68.85%
G = 10.66%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#540D19 (or 0x540D19) is known color: Bordeaux. HEX triplet: 54, 0D and 19. RGB value is (84,13,25). Sum of RGB (Red+Green+Blue) = 84+13+25=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #540D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D19 is #ABF2E6. Grayscale: #232323. Windows color (decimal): -11268839 or 1641812. OLE color: 1641812.

HSL color Cylindrical-coordinate representation of color #540D19: hue angle of 349.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D19 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 13 25 -
CMYK 0 0.85 0.70 0.67
HSL 349.86º 0.73% 0.19% -
HSV(B) 349.86º 0.85% 0.33% -
XYZ 3.98 2.24 1.14 -
YUV 35.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 84 13 25 0 0.85 0.70 0.67 349.86 0.73 0.19
Hex 54 D 19 0 55 46 43 15E 49 13
Octal 124 15 31 0 125 106 103 536 111 23
Binary 1010100 1101 11001 0 1010101 1000110 1000011 101011110 1001001 10011

Color Harmonies of #540D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D19

Black with #540D19

Text Example


Text Example

White with #540D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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