Html Css Color HEX #84082B Burgundy

📋 copy color: '#84082B'

red 132 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #84082B

Tints of Burgundy #84082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.37%

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 72.13%
G = 4.37%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84082B (or 0x84082B) is known color: Burgundy. HEX triplet: 84, 08 and 2B. RGB value is (132,8,43). Sum of RGB (Red+Green+Blue) = 132+8+43=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84082B is #7BF7D4. Grayscale: #313131. Windows color (decimal): -8124373 or 2820228. OLE color: 2820228.

HSL color Cylindrical-coordinate representation of color #84082B: hue angle of 343.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84082B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 43 -
CMYK 0 0.94 0.67 0.48
HSL 343.06º 0.89% 0.27% -
HSV(B) 343.06º 0.94% 0.52% -
XYZ 10.04 5.25 2.77 -
YUV 49.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 132 8 43 0 0.94 0.67 0.48 343.06 0.89 0.27
Hex 84 8 2B 0 5E 43 30 157 59 1B
Octal 204 10 53 0 136 103 60 527 131 33
Binary 10000100 1000 101011 0 1011110 1000011 110000 101010111 1011001 11011

Color Harmonies of #84082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84082B

Black with #84082B

Text Example


Text Example

White with #84082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84082B; }

 p { color: rgb(132,8,43); }

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

background-color css

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

 a { background-color: rgb(132,8,43); }

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

border-color css

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

 span { border-color: rgb(132,8,43); }

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