Html Css Color HEX #83101E Burgundy

📋 copy color: '#83101E'

red 131 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #83101E

Tints of Burgundy #83101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 30 (12.11% from 255) = 16.95%

R = 74.01%
G = 9.04%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83101E (or 0x83101E) is known color: Burgundy. HEX triplet: 83, 10 and 1E. RGB value is (131,16,30). Sum of RGB (Red+Green+Blue) = 131+16+30=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83101E is #7CEFE1. Grayscale: #343434. Windows color (decimal): -8187874 or 1970307. OLE color: 1970307.

HSL color Cylindrical-coordinate representation of color #83101E: hue angle of 352.7º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83101E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 30 -
CMYK 0 0.88 0.77 0.49
HSL 352.7º 0.78% 0.29% -
HSV(B) 352.7º 0.88% 0.51% -
XYZ 9.78 5.29 1.73 -
YUV 51.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 131 16 30 0 0.88 0.77 0.49 352.7 0.78 0.29
Hex 83 10 1E 0 58 4D 31 161 4E 1D
Octal 203 20 36 0 130 115 61 541 116 35
Binary 10000011 10000 11110 0 1011000 1001101 110001 101100001 1001110 11101

Color Harmonies of #83101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83101E

Black with #83101E

Text Example


Text Example

White with #83101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83101E; }

 p { color: rgb(131,16,30); }

 H1.HeaderClassName
 {
   color: #83101E;
 }
 .AnyTagClassName
 {
   color: #83101E;
 }
</style>

background-color css

<style>
 a { background-color: #83101E; }

 a { background-color: rgb(131,16,30); }

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

border-color css

<style>
 span { border-color: #83101E; }

 span { border-color: rgb(131,16,30); }

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