Html Css Color HEX #540618 Bordeaux

📋 copy color: '#540618'

red 84 ◦ green 6 ◦ blue 24

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

Shades of Bordeaux #540618

Tints of Bordeaux #540618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.26%

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

R = 73.68%
G = 5.26%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#540618 (or 0x540618) is known color: Bordeaux. HEX triplet: 54, 06 and 18. RGB value is (84,6,24). Sum of RGB (Red+Green+Blue) = 84+6+24=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540618 is #ABF9E7. Grayscale: #1F1F1F. Windows color (decimal): -11270632 or 1574484. OLE color: 1574484.

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

Color convert

RGB 84 6 24 -
CMYK 0 0.93 0.71 0.67
HSL 346.15º 0.87% 0.18% -
HSV(B) 346.15º 0.93% 0.33% -
XYZ 3.89 2.08 1.06 -
YUV 31.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 84 6 24 0 0.93 0.71 0.67 346.15 0.87 0.18
Hex 54 6 18 0 5D 47 43 15A 57 12
Octal 124 6 30 0 135 107 103 532 127 22
Binary 1010100 110 11000 0 1011101 1000111 1000011 101011010 1010111 10010

Color Harmonies of #540618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540618

Black with #540618

Text Example


Text Example

White with #540618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540618; }

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

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

background-color css

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

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

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

border-color css

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

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

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