Html Css Color HEX #84072F Burgundy

📋 copy color: '#84072F'

red 132 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #84072F

Tints of Burgundy #84072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 70.97%
G = 3.76%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84072F (or 0x84072F) is known color: Burgundy. HEX triplet: 84, 07 and 2F. RGB value is (132,7,47). Sum of RGB (Red+Green+Blue) = 132+7+47=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #84072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84072F is #7BF8D0. Grayscale: #303030. Windows color (decimal): -8124625 or 3082116. OLE color: 3082116.

HSL color Cylindrical-coordinate representation of color #84072F: hue angle of 340.8º degrees, saturation: 0.9, 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 #84072F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 47 -
CMYK 0 0.95 0.64 0.48
HSL 340.8º 0.9% 0.27% -
HSV(B) 340.8º 0.95% 0.52% -
XYZ 10.1 5.26 3.17 -
YUV 48.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 132 7 47 0 0.95 0.64 0.48 340.8 0.9 0.27
Hex 84 7 2F 0 5F 40 30 155 5A 1B
Octal 204 7 57 0 137 100 60 525 132 33
Binary 10000100 111 101111 0 1011111 1000000 110000 101010101 1011010 11011

Color Harmonies of #84072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84072F

Black with #84072F

Text Example


Text Example

White with #84072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,7,47); }

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

background-color css

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

 a { background-color: rgb(132,7,47); }

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

border-color css

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

 span { border-color: rgb(132,7,47); }

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