Html Css Color HEX #84061F Burgundy

📋 copy color: '#84061F'

red 132 ◦ green 6 ◦ blue 31

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

Shades of Burgundy #84061F

Tints of Burgundy #84061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

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

R = 78.11%
G = 3.55%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84061F (or 0x84061F) is known color: Burgundy. HEX triplet: 84, 06 and 1F. RGB value is (132,6,31). Sum of RGB (Red+Green+Blue) = 132+6+31=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #84061F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84061F is #7BF9E0. Grayscale: #2E2E2E. Windows color (decimal): -8124897 or 2033284. OLE color: 2033284.

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

Color convert

RGB 132 6 31 -
CMYK 0 0.95 0.77 0.48
HSL 348.1º 0.91% 0.27% -
HSV(B) 348.1º 0.95% 0.52% -
XYZ 9.83 5.13 1.77 -
YUV 46.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 132 6 31 0 0.95 0.77 0.48 348.1 0.91 0.27
Hex 84 6 1F 0 5F 4D 30 15C 5B 1B
Octal 204 6 37 0 137 115 60 534 133 33
Binary 10000100 110 11111 0 1011111 1001101 110000 101011100 1011011 11011

Color Harmonies of #84061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84061F

Black with #84061F

Text Example


Text Example

White with #84061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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