Html Css Color HEX #83082B Burgundy

📋 copy color: '#83082B'

red 131 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #83082B

Tints of Burgundy #83082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 71.98%
G = 4.4%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83082B (or 0x83082B) is known color: Burgundy. HEX triplet: 83, 08 and 2B. RGB value is (131,8,43). Sum of RGB (Red+Green+Blue) = 131+8+43=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83082B is #7CF7D4. Grayscale: #303030. Windows color (decimal): -8189909 or 2820227. OLE color: 2820227.

HSL color Cylindrical-coordinate representation of color #83082B: hue angle of 342.93º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83082B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 43 -
CMYK 0 0.94 0.67 0.49
HSL 342.93º 0.88% 0.27% -
HSV(B) 342.93º 0.94% 0.51% -
XYZ 9.88 5.17 2.76 -
YUV 48.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 131 8 43 0 0.94 0.67 0.49 342.93 0.88 0.27
Hex 83 8 2B 0 5E 43 31 157 58 1B
Octal 203 10 53 0 136 103 61 527 130 33
Binary 10000011 1000 101011 0 1011110 1000011 110001 101010111 1011000 11011

Color Harmonies of #83082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83082B

Black with #83082B

Text Example


Text Example

White with #83082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,8,43); }

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

background-color css

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

 a { background-color: rgb(131,8,43); }

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

border-color css

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

 span { border-color: rgb(131,8,43); }

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