Html Css Color HEX #83081D Burgundy

📋 copy color: '#83081D'

red 131 ◦ green 8 ◦ blue 29

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

Shades of Burgundy #83081D

Tints of Burgundy #83081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 77.98%
G = 4.76%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83081D (or 0x83081D) is known color: Burgundy. HEX triplet: 83, 08 and 1D. RGB value is (131,8,29). Sum of RGB (Red+Green+Blue) = 131+8+29=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #83081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83081D is #7CF7E2. Grayscale: #2F2F2F. Windows color (decimal): -8189923 or 1902723. OLE color: 1902723.

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

Color convert

RGB 131 8 29 -
CMYK 0 0.94 0.78 0.49
HSL 349.76º 0.88% 0.27% -
HSV(B) 349.76º 0.94% 0.51% -
XYZ 9.67 5.09 1.63 -
YUV 47.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 131 8 29 0 0.94 0.78 0.49 349.76 0.88 0.27
Hex 83 8 1D 0 5E 4E 31 15E 58 1B
Octal 203 10 35 0 136 116 61 536 130 33
Binary 10000011 1000 11101 0 1011110 1001110 110001 101011110 1011000 11011

Color Harmonies of #83081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83081D

Black with #83081D

Text Example


Text Example

White with #83081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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