Html Css Color HEX #83101A Burgundy

📋 copy color: '#83101A'

red 131 ◦ green 16 ◦ blue 26

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

Shades of Burgundy #83101A

Tints of Burgundy #83101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 75.72%
G = 9.25%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83101A (or 0x83101A) is known color: Burgundy. HEX triplet: 83, 10 and 1A. RGB value is (131,16,26). Sum of RGB (Red+Green+Blue) = 131+16+26=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #83101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83101A is #7CEFE5. Grayscale: #333333. Windows color (decimal): -8187878 or 1708163. OLE color: 1708163.

HSL color Cylindrical-coordinate representation of color #83101A: hue angle of 354.78º 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 #83101A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 26 -
CMYK 0 0.88 0.80 0.49
HSL 354.78º 0.78% 0.29% -
HSV(B) 354.78º 0.88% 0.51% -
XYZ 9.73 5.27 1.48 -
YUV 51.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 131 16 26 0 0.88 0.80 0.49 354.78 0.78 0.29
Hex 83 10 1A 0 58 50 31 163 4E 1D
Octal 203 20 32 0 130 120 61 543 116 35
Binary 10000011 10000 11010 0 1011000 1010000 110001 101100011 1001110 11101

Color Harmonies of #83101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83101A

Black with #83101A

Text Example


Text Example

White with #83101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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