Html Css Color HEX #540B13 Bordeaux

📋 copy color: '#540B13'

red 84 ◦ green 11 ◦ blue 19

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

Shades of Bordeaux #540B13

Tints of Bordeaux #540B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.65%

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

R = 73.68%
G = 9.65%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#540B13 (or 0x540B13) is known color: Bordeaux. HEX triplet: 54, 0B and 13. RGB value is (84,11,19). Sum of RGB (Red+Green+Blue) = 84+11+19=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B13 is #ABF4EC. Grayscale: #212121. Windows color (decimal): -11269357 or 1248084. OLE color: 1248084.

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

Color convert

RGB 84 11 19 -
CMYK 0 0.87 0.77 0.67
HSL 353.42º 0.77% 0.19% -
HSV(B) 353.42º 0.87% 0.33% -
XYZ 3.89 2.17 0.83 -
YUV 33.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 84 11 19 0 0.87 0.77 0.67 353.42 0.77 0.19
Hex 54 B 13 0 57 4D 43 161 4D 13
Octal 124 13 23 0 127 115 103 541 115 23
Binary 1010100 1011 10011 0 1010111 1001101 1000011 101100001 1001101 10011

Color Harmonies of #540B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B13

Black with #540B13

Text Example


Text Example

White with #540B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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