Html Css Color HEX #83091B Burgundy

📋 copy color: '#83091B'

red 131 ◦ green 9 ◦ blue 27

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

Shades of Burgundy #83091B

Tints of Burgundy #83091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 78.44%
G = 5.39%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83091B (or 0x83091B) is known color: Burgundy. HEX triplet: 83, 09 and 1B. RGB value is (131,9,27). Sum of RGB (Red+Green+Blue) = 131+9+27=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #83091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83091B is #7CF6E4. Grayscale: #2F2F2F. Windows color (decimal): -8189669 or 1771907. OLE color: 1771907.

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

Color convert

RGB 131 9 27 -
CMYK 0 0.93 0.79 0.49
HSL 351.15º 0.87% 0.27% -
HSV(B) 351.15º 0.93% 0.51% -
XYZ 9.66 5.1 1.51 -
YUV 47.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 131 9 27 0 0.93 0.79 0.49 351.15 0.87 0.27
Hex 83 9 1B 0 5D 4F 31 15F 57 1B
Octal 203 11 33 0 135 117 61 537 127 33
Binary 10000011 1001 11011 0 1011101 1001111 110001 101011111 1010111 11011

Color Harmonies of #83091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83091B

Black with #83091B

Text Example


Text Example

White with #83091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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