Html Css Color HEX #540219 Bordeaux

📋 copy color: '#540219'

red 84 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #540219

Tints of Bordeaux #540219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 75.68%
G = 1.8%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#540219 (or 0x540219) is known color: Bordeaux. HEX triplet: 54, 02 and 19. RGB value is (84,2,25). Sum of RGB (Red+Green+Blue) = 84+2+25=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540219 is #ABFDE6. Grayscale: #1D1D1D. Windows color (decimal): -11271655 or 1638996. OLE color: 1638996.

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

Color convert

RGB 84 2 25 -
CMYK 0 0.98 0.70 0.67
HSL 343.17º 0.95% 0.17% -
HSV(B) 343.17º 0.98% 0.33% -
XYZ 3.85 2 1.1 -
YUV 29.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 84 2 25 0 0.98 0.70 0.67 343.17 0.95 0.17
Hex 54 2 19 0 62 46 43 157 5F 11
Octal 124 2 31 0 142 106 103 527 137 21
Binary 1010100 10 11001 0 1100010 1000110 1000011 101010111 1011111 10001

Color Harmonies of #540219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540219

Black with #540219

Text Example


Text Example

White with #540219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540219; }

 p { color: rgb(84,2,25); }

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

background-color css

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

 a { background-color: rgb(84,2,25); }

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

border-color css

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

 span { border-color: rgb(84,2,25); }

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