Html Css Color HEX #83121A Burgundy

📋 copy color: '#83121A'

red 131 ◦ green 18 ◦ blue 26

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

Shades of Burgundy #83121A

Tints of Burgundy #83121A

RGB

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

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

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

R = 74.86%
G = 10.29%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83121A (or 0x83121A) is known color: Burgundy. HEX triplet: 83, 12 and 1A. RGB value is (131,18,26). Sum of RGB (Red+Green+Blue) = 131+18+26=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #83121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83121A is #7CEDE5. Grayscale: #343434. Windows color (decimal): -8187366 or 1708675. OLE color: 1708675.

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

Color convert

RGB 131 18 26 -
CMYK 0 0.86 0.80 0.49
HSL 355.75º 0.76% 0.29% -
HSV(B) 355.75º 0.86% 0.51% -
XYZ 9.76 5.33 1.49 -
YUV 52.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 131 18 26 0 0.86 0.80 0.49 355.75 0.76 0.29
Hex 83 12 1A 0 56 50 31 164 4C 1D
Octal 203 22 32 0 126 120 61 544 114 35
Binary 10000011 10010 11010 0 1010110 1010000 110001 101100100 1001100 11101

Color Harmonies of #83121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83121A

Black with #83121A

Text Example


Text Example

White with #83121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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