Html Css Color HEX #82031B Burgundy

📋 copy color: '#82031B'

red 130 ◦ green 3 ◦ blue 27

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

Shades of Burgundy #82031B

Tints of Burgundy #82031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 81.25%
G = 1.88%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82031B (or 0x82031B) is known color: Burgundy. HEX triplet: 82, 03 and 1B. RGB value is (130,3,27). Sum of RGB (Red+Green+Blue) = 130+3+27=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #82031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82031B is #7DFCE4. Grayscale: #2B2B2B. Windows color (decimal): -8256741 or 1770370. OLE color: 1770370.

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

Color convert

RGB 130 3 27 -
CMYK 0 0.98 0.79 0.49
HSL 348.66º 0.95% 0.26% -
HSV(B) 348.66º 0.98% 0.51% -
XYZ 9.44 4.89 1.48 -
YUV 43.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 130 3 27 0 0.98 0.79 0.49 348.66 0.95 0.26
Hex 82 3 1B 0 62 4F 31 15D 5F 1A
Octal 202 3 33 0 142 117 61 535 137 32
Binary 10000010 11 11011 0 1100010 1001111 110001 101011101 1011111 11010

Color Harmonies of #82031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82031B

Black with #82031B

Text Example


Text Example

White with #82031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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