Html Css Color HEX #84141C Burgundy

📋 copy color: '#84141C'

red 132 ◦ green 20 ◦ blue 28

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

Shades of Burgundy #84141C

Tints of Burgundy #84141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 73.33%
G = 11.11%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84141C (or 0x84141C) is known color: Burgundy. HEX triplet: 84, 14 and 1C. RGB value is (132,20,28). Sum of RGB (Red+Green+Blue) = 132+20+28=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #84141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84141C is #7BEBE3. Grayscale: #363636. Windows color (decimal): -8121316 or 1840260. OLE color: 1840260.

HSL color Cylindrical-coordinate representation of color #84141C: hue angle of 355.71º 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 #84141C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 28 -
CMYK 0 0.85 0.79 0.48
HSL 355.71º 0.74% 0.3% -
HSV(B) 355.71º 0.85% 0.52% -
XYZ 9.98 5.49 1.63 -
YUV 54.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 132 20 28 0 0.85 0.79 0.48 355.71 0.74 0.3
Hex 84 14 1C 0 55 4F 30 164 4A 1E
Octal 204 24 34 0 125 117 60 544 112 36
Binary 10000100 10100 11100 0 1010101 1001111 110000 101100100 1001010 11110

Color Harmonies of #84141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84141C

Black with #84141C

Text Example


Text Example

White with #84141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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