Html Css Color HEX #83091A Burgundy

📋 copy color: '#83091A'

red 131 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #83091A

Tints of Burgundy #83091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 78.92%
G = 5.42%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83091A (or 0x83091A) is known color: Burgundy. HEX triplet: 83, 09 and 1A. RGB value is (131,9,26). Sum of RGB (Red+Green+Blue) = 131+9+26=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #83091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83091A is #7CF6E5. Grayscale: #2F2F2F. Windows color (decimal): -8189670 or 1706371. OLE color: 1706371.

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

Color convert

RGB 131 9 26 -
CMYK 0 0.93 0.80 0.49
HSL 351.64º 0.87% 0.27% -
HSV(B) 351.64º 0.93% 0.51% -
XYZ 9.64 5.1 1.45 -
YUV 47.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 131 9 26 0 0.93 0.80 0.49 351.64 0.87 0.27
Hex 83 9 1A 0 5D 50 31 160 57 1B
Octal 203 11 32 0 135 120 61 540 127 33
Binary 10000011 1001 11010 0 1011101 1010000 110001 101100000 1010111 11011

Color Harmonies of #83091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83091A

Black with #83091A

Text Example


Text Example

White with #83091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83091A; }

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

 H1.HeaderClassName
 {
   color: #83091A;
 }
 .AnyTagClassName
 {
   color: #83091A;
 }
</style>

background-color css

<style>
 a { background-color: #83091A; }

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

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

border-color css

<style>
 span { border-color: #83091A; }

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

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