Html Css Color HEX #84111A Burgundy

📋 copy color: '#84111A'

red 132 ◦ green 17 ◦ blue 26

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

Shades of Burgundy #84111A

Tints of Burgundy #84111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

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

R = 75.43%
G = 9.71%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84111A (or 0x84111A) is known color: Burgundy. HEX triplet: 84, 11 and 1A. RGB value is (132,17,26). Sum of RGB (Red+Green+Blue) = 132+17+26=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #84111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84111A is #7BEEE5. Grayscale: #343434. Windows color (decimal): -8122086 or 1708420. OLE color: 1708420.

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

Color convert

RGB 132 17 26 -
CMYK 0 0.87 0.80 0.48
HSL 355.3º 0.77% 0.29% -
HSV(B) 355.3º 0.87% 0.52% -
XYZ 9.9 5.38 1.49 -
YUV 52.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 132 17 26 0 0.87 0.80 0.48 355.3 0.77 0.29
Hex 84 11 1A 0 57 50 30 163 4D 1D
Octal 204 21 32 0 127 120 60 543 115 35
Binary 10000100 10001 11010 0 1010111 1010000 110000 101100011 1001101 11101

Color Harmonies of #84111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84111A

Black with #84111A

Text Example


Text Example

White with #84111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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