Html Css Color HEX #540824 Bordeaux

📋 copy color: '#540824'

red 84 ◦ green 8 ◦ blue 36

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

Shades of Bordeaux #540824

Tints of Bordeaux #540824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.25%

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

R = 65.63%
G = 6.25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#540824 (or 0x540824) is known color: Bordeaux. HEX triplet: 54, 08 and 24. RGB value is (84,8,36). Sum of RGB (Red+Green+Blue) = 84+8+36=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #540824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540824 is #ABF7DB. Grayscale: #212121. Windows color (decimal): -11270108 or 2361428. OLE color: 2361428.

HSL color Cylindrical-coordinate representation of color #540824: hue angle of 337.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540824 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 36 -
CMYK 0 0.90 0.57 0.67
HSL 337.89º 0.83% 0.18% -
HSV(B) 337.89º 0.9% 0.33% -
XYZ 4.06 2.19 1.88 -
YUV 33.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 84 8 36 0 0.90 0.57 0.67 337.89 0.83 0.18
Hex 54 8 24 0 5A 39 43 152 53 12
Octal 124 10 44 0 132 71 103 522 123 22
Binary 1010100 1000 100100 0 1011010 111001 1000011 101010010 1010011 10010

Color Harmonies of #540824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540824

Black with #540824

Text Example


Text Example

White with #540824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540824; }

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

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

background-color css

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

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

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

border-color css

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

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

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