Html Css Color HEX #83032A Burgundy

📋 copy color: '#83032A'

red 131 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #83032A

Tints of Burgundy #83032A

RGB

 RED value IS 131 (51.56% from 255) = 74.43%

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 42 (16.8% from 255) = 23.86%

R = 74.43%
G = 1.7%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83032A (or 0x83032A) is known color: Burgundy. HEX triplet: 83, 03 and 2A. RGB value is (131,3,42). Sum of RGB (Red+Green+Blue) = 131+3+42=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #83032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83032A is #7CFCD5. Grayscale: #2D2D2D. Windows color (decimal): -8191190 or 2753411. OLE color: 2753411.

HSL color Cylindrical-coordinate representation of color #83032A: hue angle of 341.72º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83032A is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 3 42 -
CMYK 0 0.98 0.68 0.49
HSL 341.72º 0.96% 0.26% -
HSV(B) 341.72º 0.98% 0.51% -
XYZ 9.81 5.06 2.65 -
YUV 45.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 131 3 42 0 0.98 0.68 0.49 341.72 0.96 0.26
Hex 83 3 2A 0 62 44 31 156 60 1A
Octal 203 3 52 0 142 104 61 526 140 32
Binary 10000011 11 101010 0 1100010 1000100 110001 101010110 1100000 11010

Color Harmonies of #83032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83032A

Black with #83032A

Text Example


Text Example

White with #83032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,3,42); }

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

background-color css

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

 a { background-color: rgb(131,3,42); }

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

border-color css

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

 span { border-color: rgb(131,3,42); }

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