Html Css Color HEX #82022F Burgundy

📋 copy color: '#82022F'

red 130 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #82022F

Tints of Burgundy #82022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 72.63%
G = 1.12%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82022F (or 0x82022F) is known color: Burgundy. HEX triplet: 82, 02 and 2F. RGB value is (130,2,47). Sum of RGB (Red+Green+Blue) = 130+2+47=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82022F is #7DFDD0. Grayscale: #2D2D2D. Windows color (decimal): -8256977 or 3080834. OLE color: 3080834.

HSL color Cylindrical-coordinate representation of color #82022F: hue angle of 338.91º degrees, saturation: 0.97, 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 #82022F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 47 -
CMYK 0 0.98 0.64 0.49
HSL 338.91º 0.97% 0.26% -
HSV(B) 338.91º 0.98% 0.51% -
XYZ 9.74 4.99 3.14 -
YUV 45.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 130 2 47 0 0.98 0.64 0.49 338.91 0.97 0.26
Hex 82 2 2F 0 62 40 31 153 61 1A
Octal 202 2 57 0 142 100 61 523 141 32
Binary 10000010 10 101111 0 1100010 1000000 110001 101010011 1100001 11010

Color Harmonies of #82022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82022F

Black with #82022F

Text Example


Text Example

White with #82022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82022F; }

 p { color: rgb(130,2,47); }

 H1.HeaderClassName
 {
   color: #82022F;
 }
 .AnyTagClassName
 {
   color: #82022F;
 }
</style>

background-color css

<style>
 a { background-color: #82022F; }

 a { background-color: rgb(130,2,47); }

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

border-color css

<style>
 span { border-color: #82022F; }

 span { border-color: rgb(130,2,47); }

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