Html Css Color HEX #84023B Burgundy

📋 copy color: '#84023B'

red 132 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #84023B

Tints of Burgundy #84023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 59 (23.44% from 255) = 30.57%

R = 68.39%
G = 1.04%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84023B (or 0x84023B) is known color: Burgundy. HEX triplet: 84, 02 and 3B. RGB value is (132,2,59). Sum of RGB (Red+Green+Blue) = 132+2+59=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84023B is #7BFDC4. Grayscale: #2F2F2F. Windows color (decimal): -8125893 or 3867268. OLE color: 3867268.

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

Color convert

RGB 132 2 59 -
CMYK 0 0.98 0.55 0.48
HSL 333.69º 0.97% 0.26% -
HSV(B) 333.69º 0.98% 0.52% -
XYZ 10.33 5.26 4.61 -
YUV 47.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 132 2 59 0 0.98 0.55 0.48 333.69 0.97 0.26
Hex 84 2 3B 0 62 37 30 14E 61 1A
Octal 204 2 73 0 142 67 60 516 141 32
Binary 10000100 10 111011 0 1100010 110111 110000 101001110 1100001 11010

Color Harmonies of #84023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84023B

Black with #84023B

Text Example


Text Example

White with #84023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84023B; }

 p { color: rgb(132,2,59); }

 H1.HeaderClassName
 {
   color: #84023B;
 }
 .AnyTagClassName
 {
   color: #84023B;
 }
</style>

background-color css

<style>
 a { background-color: #84023B; }

 a { background-color: rgb(132,2,59); }

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

border-color css

<style>
 span { border-color: #84023B; }

 span { border-color: rgb(132,2,59); }

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