Html Css Color HEX #540522 Bordeaux

📋 copy color: '#540522'

red 84 ◦ green 5 ◦ blue 34

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

Shades of Bordeaux #540522

Tints of Bordeaux #540522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 68.29%
G = 4.07%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#540522 (or 0x540522) is known color: Bordeaux. HEX triplet: 54, 05 and 22. RGB value is (84,5,34). Sum of RGB (Red+Green+Blue) = 84+5+34=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #540522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540522 is #ABFADD. Grayscale: #1F1F1F. Windows color (decimal): -11270878 or 2229588. OLE color: 2229588.

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

Color convert

RGB 84 5 34 -
CMYK 0 0.94 0.60 0.67
HSL 337.97º 0.89% 0.17% -
HSV(B) 337.97º 0.94% 0.33% -
XYZ 4 2.11 1.71 -
YUV 31.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 84 5 34 0 0.94 0.60 0.67 337.97 0.89 0.17
Hex 54 5 22 0 5E 3C 43 152 59 11
Octal 124 5 42 0 136 74 103 522 131 21
Binary 1010100 101 100010 0 1011110 111100 1000011 101010010 1011001 10001

Color Harmonies of #540522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540522

Black with #540522

Text Example


Text Example

White with #540522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540522; }

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

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

background-color css

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

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

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

border-color css

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

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

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