Html Css Color HEX #540D10 Bordeaux

📋 copy color: '#540D10'

red 84 ◦ green 13 ◦ blue 16

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

Shades of Bordeaux #540D10

Tints of Bordeaux #540D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 74.34%
G = 11.5%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#540D10 (or 0x540D10) is known color: Bordeaux. HEX triplet: 54, 0D and 10. RGB value is (84,13,16). Sum of RGB (Red+Green+Blue) = 84+13+16=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #540D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D10 is #ABF2EF. Grayscale: #222222. Windows color (decimal): -11268848 or 1051988. OLE color: 1051988.

HSL color Cylindrical-coordinate representation of color #540D10: hue angle of 357.46º 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 #540D10 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 13 16 -
CMYK 0 0.85 0.81 0.67
HSL 357.46º 0.73% 0.19% -
HSV(B) 357.46º 0.85% 0.33% -
XYZ 3.89 2.21 0.71 -
YUV 34.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 84 13 16 0 0.85 0.81 0.67 357.46 0.73 0.19
Hex 54 D 10 0 55 51 43 165 49 13
Octal 124 15 20 0 125 121 103 545 111 23
Binary 1010100 1101 10000 0 1010101 1010001 1000011 101100101 1001001 10011

Color Harmonies of #540D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D10

Black with #540D10

Text Example


Text Example

White with #540D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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