Html Css Color HEX #84013A Burgundy

📋 copy color: '#84013A'

red 132 ◦ green 1 ◦ blue 58

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

Shades of Burgundy #84013A

Tints of Burgundy #84013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 69.11%
G = 0.52%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84013A (or 0x84013A) is known color: Burgundy. HEX triplet: 84, 01 and 3A. RGB value is (132,1,58). Sum of RGB (Red+Green+Blue) = 132+1+58=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #84013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84013A is #7BFEC5. Grayscale: #2E2E2E. Windows color (decimal): -8126150 or 3801476. OLE color: 3801476.

HSL color Cylindrical-coordinate representation of color #84013A: hue angle of 333.89º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84013A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 58 -
CMYK 0 0.99 0.56 0.48
HSL 333.89º 0.98% 0.26% -
HSV(B) 333.89º 0.99% 0.52% -
XYZ 10.29 5.23 4.47 -
YUV 46.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 132 1 58 0 0.99 0.56 0.48 333.89 0.98 0.26
Hex 84 1 3A 0 63 38 30 14E 62 1A
Octal 204 1 72 0 143 70 60 516 142 32
Binary 10000100 1 111010 0 1100011 111000 110000 101001110 1100010 11010

Color Harmonies of #84013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84013A

Black with #84013A

Text Example


Text Example

White with #84013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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