Html Css Color HEX #83122B Burgundy

📋 copy color: '#83122B'

red 131 ◦ green 18 ◦ blue 43

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

Shades of Burgundy #83122B

Tints of Burgundy #83122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 68.23%
G = 9.38%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83122B (or 0x83122B) is known color: Burgundy. HEX triplet: 83, 12 and 2B. RGB value is (131,18,43). Sum of RGB (Red+Green+Blue) = 131+18+43=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83122B is #7CEDD4. Grayscale: #363636. Windows color (decimal): -8187349 or 2822787. OLE color: 2822787.

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

Color convert

RGB 131 18 43 -
CMYK 0 0.86 0.67 0.49
HSL 346.73º 0.76% 0.29% -
HSV(B) 346.73º 0.86% 0.51% -
XYZ 10.01 5.43 2.81 -
YUV 54.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 131 18 43 0 0.86 0.67 0.49 346.73 0.76 0.29
Hex 83 12 2B 0 56 43 31 15B 4C 1D
Octal 203 22 53 0 126 103 61 533 114 35
Binary 10000011 10010 101011 0 1010110 1000011 110001 101011011 1001100 11101

Color Harmonies of #83122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83122B

Black with #83122B

Text Example


Text Example

White with #83122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83122B; }

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

 H1.HeaderClassName
 {
   color: #83122B;
 }
 .AnyTagClassName
 {
   color: #83122B;
 }
</style>

background-color css

<style>
 a { background-color: #83122B; }

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

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

border-color css

<style>
 span { border-color: #83122B; }

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

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