Html Css Color HEX #84053A Burgundy

📋 copy color: '#84053A'

red 132 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #84053A

Tints of Burgundy #84053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.74%

R = 67.69%
G = 2.56%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84053A (or 0x84053A) is known color: Burgundy. HEX triplet: 84, 05 and 3A. RGB value is (132,5,58). Sum of RGB (Red+Green+Blue) = 132+5+58=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84053A is #7BFAC5. Grayscale: #303030. Windows color (decimal): -8125126 or 3802500. OLE color: 3802500.

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

Color convert

RGB 132 5 58 -
CMYK 0 0.96 0.56 0.48
HSL 334.96º 0.93% 0.27% -
HSV(B) 334.96º 0.96% 0.52% -
XYZ 10.33 5.32 4.49 -
YUV 49.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 132 5 58 0 0.96 0.56 0.48 334.96 0.93 0.27
Hex 84 5 3A 0 60 38 30 14F 5D 1B
Octal 204 5 72 0 140 70 60 517 135 33
Binary 10000100 101 111010 0 1100000 111000 110000 101001111 1011101 11011

Color Harmonies of #84053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84053A

Black with #84053A

Text Example


Text Example

White with #84053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84053A; }

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

 H1.HeaderClassName
 {
   color: #84053A;
 }
 .AnyTagClassName
 {
   color: #84053A;
 }
</style>

background-color css

<style>
 a { background-color: #84053A; }

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

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

border-color css

<style>
 span { border-color: #84053A; }

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

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