Html Css Color HEX #82111C Burgundy

📋 copy color: '#82111C'

red 130 ◦ green 17 ◦ blue 28

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

Shades of Burgundy #82111C

Tints of Burgundy #82111C

RGB

 RED value IS 130 (51.17% from 255) = 74.29%

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 74.29%
G = 9.71%
B = 16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82111C (or 0x82111C) is known color: Burgundy. HEX triplet: 82, 11 and 1C. RGB value is (130,17,28). Sum of RGB (Red+Green+Blue) = 130+17+28=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82111C is #7DEEE3. Grayscale: #343434. Windows color (decimal): -8253156 or 1839490. OLE color: 1839490.

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

Color convert

RGB 130 17 28 -
CMYK 0 0.87 0.78 0.49
HSL 354.16º 0.77% 0.29% -
HSV(B) 354.16º 0.87% 0.51% -
XYZ 9.62 5.23 1.6 -
YUV 52.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 130 17 28 0 0.87 0.78 0.49 354.16 0.77 0.29
Hex 82 11 1C 0 57 4E 31 162 4D 1D
Octal 202 21 34 0 127 116 61 542 115 35
Binary 10000010 10001 11100 0 1010111 1001110 110001 101100010 1001101 11101

Color Harmonies of #82111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82111C

Black with #82111C

Text Example


Text Example

White with #82111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,17,28); }

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

background-color css

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

 a { background-color: rgb(130,17,28); }

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

border-color css

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

 span { border-color: rgb(130,17,28); }

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