Html Css Color HEX #83102B Burgundy

📋 copy color: '#83102B'

red 131 ◦ green 16 ◦ blue 43

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

Shades of Burgundy #83102B

Tints of Burgundy #83102B

RGB

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

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

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

R = 68.95%
G = 8.42%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83102B (or 0x83102B) is known color: Burgundy. HEX triplet: 83, 10 and 2B. RGB value is (131,16,43). Sum of RGB (Red+Green+Blue) = 131+16+43=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #83102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83102B is #7CEFD4. Grayscale: #353535. Windows color (decimal): -8187861 or 2822275. OLE color: 2822275.

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

Color convert

RGB 131 16 43 -
CMYK 0 0.88 0.67 0.49
HSL 345.91º 0.78% 0.29% -
HSV(B) 345.91º 0.88% 0.51% -
XYZ 9.98 5.37 2.8 -
YUV 53.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 131 16 43 0 0.88 0.67 0.49 345.91 0.78 0.29
Hex 83 10 2B 0 58 43 31 15A 4E 1D
Octal 203 20 53 0 130 103 61 532 116 35
Binary 10000011 10000 101011 0 1011000 1000011 110001 101011010 1001110 11101

Color Harmonies of #83102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83102B

Black with #83102B

Text Example


Text Example

White with #83102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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