Html Css Color HEX #83092E Burgundy

📋 copy color: '#83092E'

red 131 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #83092E

Tints of Burgundy #83092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

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

R = 70.43%
G = 4.84%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83092E (or 0x83092E) is known color: Burgundy. HEX triplet: 83, 09 and 2E. RGB value is (131,9,46). Sum of RGB (Red+Green+Blue) = 131+9+46=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #83092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83092E is #7CF6D1. Grayscale: #313131. Windows color (decimal): -8189650 or 3017091. OLE color: 3017091.

HSL color Cylindrical-coordinate representation of color #83092E: hue angle of 341.8º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83092E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 46 -
CMYK 0 0.93 0.65 0.49
HSL 341.8º 0.87% 0.27% -
HSV(B) 341.8º 0.93% 0.51% -
XYZ 9.95 5.22 3.07 -
YUV 49.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 131 9 46 0 0.93 0.65 0.49 341.8 0.87 0.27
Hex 83 9 2E 0 5D 41 31 156 57 1B
Octal 203 11 56 0 135 101 61 526 127 33
Binary 10000011 1001 101110 0 1011101 1000001 110001 101010110 1010111 11011

Color Harmonies of #83092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83092E

Black with #83092E

Text Example


Text Example

White with #83092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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