Html Css Color HEX #84052D Burgundy

📋 copy color: '#84052D'

red 132 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #84052D

Tints of Burgundy #84052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 72.53%
G = 2.75%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84052D (or 0x84052D) is known color: Burgundy. HEX triplet: 84, 05 and 2D. RGB value is (132,5,45). Sum of RGB (Red+Green+Blue) = 132+5+45=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #84052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84052D is #7BFAD2. Grayscale: #2F2F2F. Windows color (decimal): -8125139 or 2950532. OLE color: 2950532.

HSL color Cylindrical-coordinate representation of color #84052D: hue angle of 341.1º 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 #84052D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 45 -
CMYK 0 0.96 0.66 0.48
HSL 341.1º 0.93% 0.27% -
HSV(B) 341.1º 0.96% 0.52% -
XYZ 10.04 5.2 2.96 -
YUV 47.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 132 5 45 0 0.96 0.66 0.48 341.1 0.93 0.27
Hex 84 5 2D 0 60 42 30 155 5D 1B
Octal 204 5 55 0 140 102 60 525 135 33
Binary 10000100 101 101101 0 1100000 1000010 110000 101010101 1011101 11011

Color Harmonies of #84052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84052D

Black with #84052D

Text Example


Text Example

White with #84052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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