Html Css Color HEX #83081B Burgundy

📋 copy color: '#83081B'

red 131 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #83081B

Tints of Burgundy #83081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

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

R = 78.92%
G = 4.82%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83081B (or 0x83081B) is known color: Burgundy. HEX triplet: 83, 08 and 1B. RGB value is (131,8,27). Sum of RGB (Red+Green+Blue) = 131+8+27=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #83081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83081B is #7CF7E4. Grayscale: #2E2E2E. Windows color (decimal): -8189925 or 1771651. OLE color: 1771651.

HSL color Cylindrical-coordinate representation of color #83081B: hue angle of 350.73º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83081B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 27 -
CMYK 0 0.94 0.79 0.49
HSL 350.73º 0.88% 0.27% -
HSV(B) 350.73º 0.94% 0.51% -
XYZ 9.64 5.08 1.51 -
YUV 46.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 131 8 27 0 0.94 0.79 0.49 350.73 0.88 0.27
Hex 83 8 1B 0 5E 4F 31 15F 58 1B
Octal 203 10 33 0 136 117 61 537 130 33
Binary 10000011 1000 11011 0 1011110 1001111 110001 101011111 1011000 11011

Color Harmonies of #83081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83081B

Black with #83081B

Text Example


Text Example

White with #83081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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