Html Css Color HEX #540D21 Bordeaux

📋 copy color: '#540D21'

red 84 ◦ green 13 ◦ blue 33

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

Shades of Bordeaux #540D21

Tints of Bordeaux #540D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

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

R = 64.62%
G = 10%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#540D21 (or 0x540D21) is known color: Bordeaux. HEX triplet: 54, 0D and 21. RGB value is (84,13,33). Sum of RGB (Red+Green+Blue) = 84+13+33=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #540D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D21 is #ABF2DE. Grayscale: #242424. Windows color (decimal): -11268831 or 2166100. OLE color: 2166100.

HSL color Cylindrical-coordinate representation of color #540D21: hue angle of 343.1º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D21 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 13 33 -
CMYK 0 0.85 0.61 0.67
HSL 343.1º 0.73% 0.19% -
HSV(B) 343.1º 0.85% 0.33% -
XYZ 4.07 2.28 1.66 -
YUV 36.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 84 13 33 0 0.85 0.61 0.67 343.1 0.73 0.19
Hex 54 D 21 0 55 3D 43 157 49 13
Octal 124 15 41 0 125 75 103 527 111 23
Binary 1010100 1101 100001 0 1010101 111101 1000011 101010111 1001001 10011

Color Harmonies of #540D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D21

Black with #540D21

Text Example


Text Example

White with #540D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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