Html Css Color HEX #83092C Burgundy

📋 copy color: '#83092C'

red 131 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #83092C

Tints of Burgundy #83092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 71.2%
G = 4.89%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83092C (or 0x83092C) is known color: Burgundy. HEX triplet: 83, 09 and 2C. RGB value is (131,9,44). Sum of RGB (Red+Green+Blue) = 131+9+44=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #83092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83092C is #7CF6D3. Grayscale: #313131. Windows color (decimal): -8189652 or 2886019. OLE color: 2886019.

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

Color convert

RGB 131 9 44 -
CMYK 0 0.93 0.66 0.49
HSL 342.79º 0.87% 0.27% -
HSV(B) 342.79º 0.93% 0.51% -
XYZ 9.91 5.2 2.86 -
YUV 49.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 131 9 44 0 0.93 0.66 0.49 342.79 0.87 0.27
Hex 83 9 2C 0 5D 42 31 157 57 1B
Octal 203 11 54 0 135 102 61 527 127 33
Binary 10000011 1001 101100 0 1011101 1000010 110001 101010111 1010111 11011

Color Harmonies of #83092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83092C

Black with #83092C

Text Example


Text Example

White with #83092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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