Html Css Color HEX #84031A Burgundy

📋 copy color: '#84031A'

red 132 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #84031A

Tints of Burgundy #84031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 81.99%
G = 1.86%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84031A (or 0x84031A) is known color: Burgundy. HEX triplet: 84, 03 and 1A. RGB value is (132,3,26). Sum of RGB (Red+Green+Blue) = 132+3+26=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #84031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84031A is #7BFCE5. Grayscale: #2C2C2C. Windows color (decimal): -8125670 or 1704836. OLE color: 1704836.

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

Color convert

RGB 132 3 26 -
CMYK 0 0.98 0.80 0.48
HSL 349.3º 0.96% 0.26% -
HSV(B) 349.3º 0.98% 0.52% -
XYZ 9.73 5.05 1.44 -
YUV 44.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 132 3 26 0 0.98 0.80 0.48 349.3 0.96 0.26
Hex 84 3 1A 0 62 50 30 15D 60 1A
Octal 204 3 32 0 142 120 60 535 140 32
Binary 10000100 11 11010 0 1100010 1010000 110000 101011101 1100000 11010

Color Harmonies of #84031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84031A

Black with #84031A

Text Example


Text Example

White with #84031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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