Html Css Color HEX #540918 Bordeaux

📋 copy color: '#540918'

red 84 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #540918

Tints of Bordeaux #540918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

 BLUE value IS 24 (9.77% from 255) = 20.51%

R = 71.79%
G = 7.69%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#540918 (or 0x540918) is known color: Bordeaux. HEX triplet: 54, 09 and 18. RGB value is (84,9,24). Sum of RGB (Red+Green+Blue) = 84+9+24=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #540918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540918 is #ABF6E7. Grayscale: #212121. Windows color (decimal): -11269864 or 1575252. OLE color: 1575252.

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

Color convert

RGB 84 9 24 -
CMYK 0 0.89 0.71 0.67
HSL 348º 0.81% 0.18% -
HSV(B) 348º 0.89% 0.33% -
XYZ 3.92 2.15 1.07 -
YUV 33.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 84 9 24 0 0.89 0.71 0.67 348 0.81 0.18
Hex 54 9 18 0 59 47 43 15C 51 12
Octal 124 11 30 0 131 107 103 534 121 22
Binary 1010100 1001 11000 0 1011001 1000111 1000011 101011100 1010001 10010

Color Harmonies of #540918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540918

Black with #540918

Text Example


Text Example

White with #540918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540918; }

 p { color: rgb(84,9,24); }

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

background-color css

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

 a { background-color: rgb(84,9,24); }

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

border-color css

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

 span { border-color: rgb(84,9,24); }

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