Html Css Color HEX #84141A Burgundy

📋 copy color: '#84141A'

red 132 ◦ green 20 ◦ blue 26

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

Shades of Burgundy #84141A

Tints of Burgundy #84141A

RGB

 RED value IS 132 (51.95% from 255) = 74.16%

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 74.16%
G = 11.24%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84141A (or 0x84141A) is known color: Burgundy. HEX triplet: 84, 14 and 1A. RGB value is (132,20,26). Sum of RGB (Red+Green+Blue) = 132+20+26=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84141A is #7BEBE5. Grayscale: #363636. Windows color (decimal): -8121318 or 1709188. OLE color: 1709188.

HSL color Cylindrical-coordinate representation of color #84141A: hue angle of 356.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84141A is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 26 -
CMYK 0 0.85 0.80 0.48
HSL 356.79º 0.74% 0.3% -
HSV(B) 356.79º 0.85% 0.52% -
XYZ 9.95 5.48 1.51 -
YUV 54.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 132 20 26 0 0.85 0.80 0.48 356.79 0.74 0.3
Hex 84 14 1A 0 55 50 30 165 4A 1E
Octal 204 24 32 0 125 120 60 545 112 36
Binary 10000100 10100 11010 0 1010101 1010000 110000 101100101 1001010 11110

Color Harmonies of #84141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84141A

Black with #84141A

Text Example


Text Example

White with #84141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84141A; }

 p { color: rgb(132,20,26); }

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

background-color css

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

 a { background-color: rgb(132,20,26); }

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

border-color css

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

 span { border-color: rgb(132,20,26); }

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