Html Css Color HEX #83102C Burgundy

📋 copy color: '#83102C'

red 131 ◦ green 16 ◦ blue 44

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

Shades of Burgundy #83102C

Tints of Burgundy #83102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 68.59%
G = 8.38%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83102C (or 0x83102C) is known color: Burgundy. HEX triplet: 83, 10 and 2C. RGB value is (131,16,44). Sum of RGB (Red+Green+Blue) = 131+16+44=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #83102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83102C is #7CEFD3. Grayscale: #353535. Windows color (decimal): -8187860 or 2887811. OLE color: 2887811.

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

Color convert

RGB 131 16 44 -
CMYK 0 0.88 0.66 0.49
HSL 345.39º 0.78% 0.29% -
HSV(B) 345.39º 0.88% 0.51% -
XYZ 10 5.38 2.89 -
YUV 53.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 131 16 44 0 0.88 0.66 0.49 345.39 0.78 0.29
Hex 83 10 2C 0 58 42 31 159 4E 1D
Octal 203 20 54 0 130 102 61 531 116 35
Binary 10000011 10000 101100 0 1011000 1000010 110001 101011001 1001110 11101

Color Harmonies of #83102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83102C

Black with #83102C

Text Example


Text Example

White with #83102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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