Html Css Color HEX #84041F Burgundy

📋 copy color: '#84041F'

red 132 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #84041F

Tints of Burgundy #84041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 79.04%
G = 2.4%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84041F (or 0x84041F) is known color: Burgundy. HEX triplet: 84, 04 and 1F. RGB value is (132,4,31). Sum of RGB (Red+Green+Blue) = 132+4+31=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #84041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84041F is #7BFBE0. Grayscale: #2D2D2D. Windows color (decimal): -8125409 or 2032772. OLE color: 2032772.

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

Color convert

RGB 132 4 31 -
CMYK 0 0.97 0.77 0.48
HSL 347.34º 0.94% 0.27% -
HSV(B) 347.34º 0.97% 0.52% -
XYZ 9.81 5.09 1.76 -
YUV 45.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 132 4 31 0 0.97 0.77 0.48 347.34 0.94 0.27
Hex 84 4 1F 0 61 4D 30 15B 5E 1B
Octal 204 4 37 0 141 115 60 533 136 33
Binary 10000100 100 11111 0 1100001 1001101 110000 101011011 1011110 11011

Color Harmonies of #84041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84041F

Black with #84041F

Text Example


Text Example

White with #84041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84041F; }

 p { color: rgb(132,4,31); }

 H1.HeaderClassName
 {
   color: #84041F;
 }
 .AnyTagClassName
 {
   color: #84041F;
 }
</style>

background-color css

<style>
 a { background-color: #84041F; }

 a { background-color: rgb(132,4,31); }

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

border-color css

<style>
 span { border-color: #84041F; }

 span { border-color: rgb(132,4,31); }

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