Html Css Color HEX #540624 Bordeaux

📋 copy color: '#540624'

red 84 ◦ green 6 ◦ blue 36

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

Shades of Bordeaux #540624

Tints of Bordeaux #540624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 28.57%

R = 66.67%
G = 4.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#540624 (or 0x540624) is known color: Bordeaux. HEX triplet: 54, 06 and 24. RGB value is (84,6,36). Sum of RGB (Red+Green+Blue) = 84+6+36=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #540624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540624 is #ABF9DB. Grayscale: #202020. Windows color (decimal): -11270620 or 2360916. OLE color: 2360916.

HSL color Cylindrical-coordinate representation of color #540624: hue angle of 336.92º 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 #540624 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 36 -
CMYK 0 0.93 0.57 0.67
HSL 336.92º 0.87% 0.18% -
HSV(B) 336.92º 0.93% 0.33% -
XYZ 4.04 2.14 1.87 -
YUV 32.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 84 6 36 0 0.93 0.57 0.67 336.92 0.87 0.18
Hex 54 6 24 0 5D 39 43 151 57 12
Octal 124 6 44 0 135 71 103 521 127 22
Binary 1010100 110 100100 0 1011101 111001 1000011 101010001 1010111 10010

Color Harmonies of #540624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540624

Black with #540624

Text Example


Text Example

White with #540624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540624; }

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

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

background-color css

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

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

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

border-color css

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

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

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