Html Css Color HEX #83121D Burgundy

📋 copy color: '#83121D'

red 131 ◦ green 18 ◦ blue 29

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

Shades of Burgundy #83121D

Tints of Burgundy #83121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

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

R = 73.6%
G = 10.11%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83121D (or 0x83121D) is known color: Burgundy. HEX triplet: 83, 12 and 1D. RGB value is (131,18,29). Sum of RGB (Red+Green+Blue) = 131+18+29=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83121D is #7CEDE2. Grayscale: #353535. Windows color (decimal): -8187363 or 1905283. OLE color: 1905283.

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

Color convert

RGB 131 18 29 -
CMYK 0 0.86 0.78 0.49
HSL 354.16º 0.76% 0.29% -
HSV(B) 354.16º 0.86% 0.51% -
XYZ 9.8 5.35 1.68 -
YUV 53.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 131 18 29 0 0.86 0.78 0.49 354.16 0.76 0.29
Hex 83 12 1D 0 56 4E 31 162 4C 1D
Octal 203 22 35 0 126 116 61 542 114 35
Binary 10000011 10010 11101 0 1010110 1001110 110001 101100010 1001100 11101

Color Harmonies of #83121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83121D

Black with #83121D

Text Example


Text Example

White with #83121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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