Html Css Color HEX #83092B Burgundy

📋 copy color: '#83092B'

red 131 ◦ green 9 ◦ blue 43

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

Shades of Burgundy #83092B

Tints of Burgundy #83092B

RGB

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

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

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

R = 71.58%
G = 4.92%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83092B (or 0x83092B) is known color: Burgundy. HEX triplet: 83, 09 and 2B. RGB value is (131,9,43). Sum of RGB (Red+Green+Blue) = 131+9+43=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83092B is #7CF6D4. Grayscale: #313131. Windows color (decimal): -8189653 or 2820483. OLE color: 2820483.

HSL color Cylindrical-coordinate representation of color #83092B: hue angle of 343.28º 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 #83092B is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 43 -
CMYK 0 0.93 0.67 0.49
HSL 343.28º 0.87% 0.27% -
HSV(B) 343.28º 0.93% 0.51% -
XYZ 9.89 5.2 2.77 -
YUV 49.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 131 9 43 0 0.93 0.67 0.49 343.28 0.87 0.27
Hex 83 9 2B 0 5D 43 31 157 57 1B
Octal 203 11 53 0 135 103 61 527 127 33
Binary 10000011 1001 101011 0 1011101 1000011 110001 101010111 1010111 11011

Color Harmonies of #83092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83092B

Black with #83092B

Text Example


Text Example

White with #83092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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