Html Css Color HEX #540118 Bordeaux

📋 copy color: '#540118'

red 84 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #540118

Tints of Bordeaux #540118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 77.06%
G = 0.92%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#540118 (or 0x540118) is known color: Bordeaux. HEX triplet: 54, 01 and 18. RGB value is (84,1,24). Sum of RGB (Red+Green+Blue) = 84+1+24=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540118 is #ABFEE7. Grayscale: #1C1C1C. Windows color (decimal): -11271912 or 1573204. OLE color: 1573204.

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

Color convert

RGB 84 1 24 -
CMYK 0 0.99 0.71 0.67
HSL 343.37º 0.98% 0.17% -
HSV(B) 343.37º 0.99% 0.33% -
XYZ 3.83 1.97 1.04 -
YUV 28.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 84 1 24 0 0.99 0.71 0.67 343.37 0.98 0.17
Hex 54 1 18 0 63 47 43 157 62 11
Octal 124 1 30 0 143 107 103 527 142 21
Binary 1010100 1 11000 0 1100011 1000111 1000011 101010111 1100010 10001

Color Harmonies of #540118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540118

Black with #540118

Text Example


Text Example

White with #540118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540118; }

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

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

background-color css

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

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

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

border-color css

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

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

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