Html Css Color HEX #82012F Burgundy

📋 copy color: '#82012F'

red 130 ◦ green 1 ◦ blue 47

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

Shades of Burgundy #82012F

Tints of Burgundy #82012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 73.03%
G = 0.56%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82012F (or 0x82012F) is known color: Burgundy. HEX triplet: 82, 01 and 2F. RGB value is (130,1,47). Sum of RGB (Red+Green+Blue) = 130+1+47=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82012F is #7DFED0. Grayscale: #2C2C2C. Windows color (decimal): -8257233 or 3080578. OLE color: 3080578.

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

Color convert

RGB 130 1 47 -
CMYK 0 0.99 0.64 0.49
HSL 338.6º 0.98% 0.26% -
HSV(B) 338.6º 0.99% 0.51% -
XYZ 9.73 4.97 3.14 -
YUV 44.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 130 1 47 0 0.99 0.64 0.49 338.6 0.98 0.26
Hex 82 1 2F 0 63 40 31 153 62 1A
Octal 202 1 57 0 143 100 61 523 142 32
Binary 10000010 1 101111 0 1100011 1000000 110001 101010011 1100010 11010

Color Harmonies of #82012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82012F

Black with #82012F

Text Example


Text Example

White with #82012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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