Html Css Color HEX #84052F Burgundy

📋 copy color: '#84052F'

red 132 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #84052F

Tints of Burgundy #84052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

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

R = 71.74%
G = 2.72%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84052F (or 0x84052F) is known color: Burgundy. HEX triplet: 84, 05 and 2F. RGB value is (132,5,47). Sum of RGB (Red+Green+Blue) = 132+5+47=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #84052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84052F is #7BFAD0. Grayscale: #2F2F2F. Windows color (decimal): -8125137 or 3081604. OLE color: 3081604.

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

Color convert

RGB 132 5 47 -
CMYK 0 0.96 0.64 0.48
HSL 340.16º 0.93% 0.27% -
HSV(B) 340.16º 0.96% 0.52% -
XYZ 10.08 5.22 3.17 -
YUV 47.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 132 5 47 0 0.96 0.64 0.48 340.16 0.93 0.27
Hex 84 5 2F 0 60 40 30 154 5D 1B
Octal 204 5 57 0 140 100 60 524 135 33
Binary 10000100 101 101111 0 1100000 1000000 110000 101010100 1011101 11011

Color Harmonies of #84052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84052F

Black with #84052F

Text Example


Text Example

White with #84052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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