Html Css Color HEX #83082E Burgundy

📋 copy color: '#83082E'

red 131 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #83082E

Tints of Burgundy #83082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 70.81%
G = 4.32%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83082E (or 0x83082E) is known color: Burgundy. HEX triplet: 83, 08 and 2E. RGB value is (131,8,46). Sum of RGB (Red+Green+Blue) = 131+8+46=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #83082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83082E is #7CF7D1. Grayscale: #313131. Windows color (decimal): -8189906 or 3016835. OLE color: 3016835.

HSL color Cylindrical-coordinate representation of color #83082E: hue angle of 341.46º 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 #83082E is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 46 -
CMYK 0 0.94 0.65 0.49
HSL 341.46º 0.88% 0.27% -
HSV(B) 341.46º 0.94% 0.51% -
XYZ 9.94 5.2 3.06 -
YUV 49.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 131 8 46 0 0.94 0.65 0.49 341.46 0.88 0.27
Hex 83 8 2E 0 5E 41 31 155 58 1B
Octal 203 10 56 0 136 101 61 525 130 33
Binary 10000011 1000 101110 0 1011110 1000001 110001 101010101 1011000 11011

Color Harmonies of #83082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83082E

Black with #83082E

Text Example


Text Example

White with #83082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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