Html Css Color HEX #540821 Bordeaux

📋 copy color: '#540821'

red 84 ◦ green 8 ◦ blue 33

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

Shades of Bordeaux #540821

Tints of Bordeaux #540821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 67.2%
G = 6.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#540821 (or 0x540821) is known color: Bordeaux. HEX triplet: 54, 08 and 21. RGB value is (84,8,33). Sum of RGB (Red+Green+Blue) = 84+8+33=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540821 is #ABF7DE. Grayscale: #212121. Windows color (decimal): -11270111 or 2164820. OLE color: 2164820.

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

Color convert

RGB 84 8 33 -
CMYK 0 0.90 0.61 0.67
HSL 340.26º 0.83% 0.18% -
HSV(B) 340.26º 0.9% 0.33% -
XYZ 4.02 2.17 1.65 -
YUV 33.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 84 8 33 0 0.90 0.61 0.67 340.26 0.83 0.18
Hex 54 8 21 0 5A 3D 43 154 53 12
Octal 124 10 41 0 132 75 103 524 123 22
Binary 1010100 1000 100001 0 1011010 111101 1000011 101010100 1010011 10010

Color Harmonies of #540821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540821

Black with #540821

Text Example


Text Example

White with #540821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540821; }

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

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

background-color css

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

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

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

border-color css

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

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

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