Html Css Color HEX #82031C Burgundy

📋 copy color: '#82031C'

red 130 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #82031C

Tints of Burgundy #82031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 80.75%
G = 1.86%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82031C (or 0x82031C) is known color: Burgundy. HEX triplet: 82, 03 and 1C. RGB value is (130,3,28). Sum of RGB (Red+Green+Blue) = 130+3+28=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #82031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82031C is #7DFCE3. Grayscale: #2B2B2B. Windows color (decimal): -8256740 or 1835906. OLE color: 1835906.

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

Color convert

RGB 130 3 28 -
CMYK 0 0.98 0.78 0.49
HSL 348.19º 0.95% 0.26% -
HSV(B) 348.19º 0.98% 0.51% -
XYZ 9.45 4.89 1.55 -
YUV 43.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 130 3 28 0 0.98 0.78 0.49 348.19 0.95 0.26
Hex 82 3 1C 0 62 4E 31 15C 5F 1A
Octal 202 3 34 0 142 116 61 534 137 32
Binary 10000010 11 11100 0 1100010 1001110 110001 101011100 1011111 11010

Color Harmonies of #82031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82031C

Black with #82031C

Text Example


Text Example

White with #82031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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