Html Css Color HEX #541219 Bordeaux

📋 copy color: '#541219'

red 84 ◦ green 18 ◦ blue 25

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

Shades of Bordeaux #541219

Tints of Bordeaux #541219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

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

R = 66.14%
G = 14.17%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#541219 (or 0x541219) is known color: Bordeaux. HEX triplet: 54, 12 and 19. RGB value is (84,18,25). Sum of RGB (Red+Green+Blue) = 84+18+25=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541219 is #ABEDE6. Grayscale: #262626. Windows color (decimal): -11267559 or 1643092. OLE color: 1643092.

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

Color convert

RGB 84 18 25 -
CMYK 0 0.79 0.70 0.67
HSL 353.64º 0.65% 0.2% -
HSV(B) 353.64º 0.79% 0.33% -
XYZ 4.05 2.39 1.17 -
YUV 38.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 84 18 25 0 0.79 0.70 0.67 353.64 0.65 0.2
Hex 54 12 19 0 4F 46 43 162 41 14
Octal 124 22 31 0 117 106 103 542 101 24
Binary 1010100 10010 11001 0 1001111 1000110 1000011 101100010 1000001 10100

Color Harmonies of #541219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541219

Black with #541219

Text Example


Text Example

White with #541219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541219; }

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

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

background-color css

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

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

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

border-color css

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

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

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