Html Css Color HEX #83081C Burgundy

📋 copy color: '#83081C'

red 131 ◦ green 8 ◦ blue 28

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

Shades of Burgundy #83081C

Tints of Burgundy #83081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 78.44%
G = 4.79%
B = 16.77%

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

#83081C (or 0x83081C) is known color: Burgundy. HEX triplet: 83, 08 and 1C. RGB value is (131,8,28). Sum of RGB (Red+Green+Blue) = 131+8+28=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #83081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83081C is #7CF7E3. Grayscale: #2F2F2F. Windows color (decimal): -8189924 or 1837187. OLE color: 1837187.

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

Color convert

RGB 131 8 28 -
CMYK 0 0.94 0.79 0.49
HSL 350.24º 0.88% 0.27% -
HSV(B) 350.24º 0.94% 0.51% -
XYZ 9.66 5.08 1.57 -
YUV 47.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 131 8 28 0 0.94 0.79 0.49 350.24 0.88 0.27
Hex 83 8 1C 0 5E 4F 31 15E 58 1B
Octal 203 10 34 0 136 117 61 536 130 33
Binary 10000011 1000 11100 0 1011110 1001111 110001 101011110 1011000 11011

Color Harmonies of #83081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83081C

Black with #83081C

Text Example


Text Example

White with #83081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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