Html Css Color HEX #83092D Burgundy

📋 copy color: '#83092D'

red 131 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #83092D

Tints of Burgundy #83092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 70.81%
G = 4.86%
B = 24.32%

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

#83092D (or 0x83092D) is known color: Burgundy. HEX triplet: 83, 09 and 2D. RGB value is (131,9,45). Sum of RGB (Red+Green+Blue) = 131+9+45=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #83092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83092D is #7CF6D2. Grayscale: #313131. Windows color (decimal): -8189651 or 2951555. OLE color: 2951555.

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

Color convert

RGB 131 9 45 -
CMYK 0 0.93 0.66 0.49
HSL 342.3º 0.87% 0.27% -
HSV(B) 342.3º 0.93% 0.51% -
XYZ 9.93 5.21 2.96 -
YUV 49.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 131 9 45 0 0.93 0.66 0.49 342.3 0.87 0.27
Hex 83 9 2D 0 5D 42 31 156 57 1B
Octal 203 11 55 0 135 102 61 526 127 33
Binary 10000011 1001 101101 0 1011101 1000010 110001 101010110 1010111 11011

Color Harmonies of #83092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83092D

Black with #83092D

Text Example


Text Example

White with #83092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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