Html Css Color HEX #540523 Bordeaux

📋 copy color: '#540523'

red 84 ◦ green 5 ◦ blue 35

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

Shades of Bordeaux #540523

Tints of Bordeaux #540523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 67.74%
G = 4.03%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#540523 (or 0x540523) is known color: Bordeaux. HEX triplet: 54, 05 and 23. RGB value is (84,5,35). Sum of RGB (Red+Green+Blue) = 84+5+35=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #540523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540523 is #ABFADC. Grayscale: #202020. Windows color (decimal): -11270877 or 2295124. OLE color: 2295124.

HSL color Cylindrical-coordinate representation of color #540523: hue angle of 337.22º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540523 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 35 -
CMYK 0 0.94 0.58 0.67
HSL 337.22º 0.89% 0.17% -
HSV(B) 337.22º 0.94% 0.33% -
XYZ 4.01 2.11 1.79 -
YUV 32.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 84 5 35 0 0.94 0.58 0.67 337.22 0.89 0.17
Hex 54 5 23 0 5E 3A 43 151 59 11
Octal 124 5 43 0 136 72 103 521 131 21
Binary 1010100 101 100011 0 1011110 111010 1000011 101010001 1011001 10001

Color Harmonies of #540523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540523

Black with #540523

Text Example


Text Example

White with #540523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540523; }

 p { color: rgb(84,5,35); }

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

background-color css

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

 a { background-color: rgb(84,5,35); }

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

border-color css

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

 span { border-color: rgb(84,5,35); }

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