Html Css Color HEX #82012B Burgundy

📋 copy color: '#82012B'

red 130 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #82012B

Tints of Burgundy #82012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 74.71%
G = 0.57%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82012B (or 0x82012B) is known color: Burgundy. HEX triplet: 82, 01 and 2B. RGB value is (130,1,43). Sum of RGB (Red+Green+Blue) = 130+1+43=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #82012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82012B is #7DFED4. Grayscale: #2C2C2C. Windows color (decimal): -8257237 or 2818434. OLE color: 2818434.

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

Color convert

RGB 130 1 43 -
CMYK 0 0.99 0.67 0.49
HSL 340.47º 0.98% 0.26% -
HSV(B) 340.47º 0.99% 0.51% -
XYZ 9.65 4.94 2.73 -
YUV 44.36 127.24 189.08 -
System Red Green Blue C M Y K H S L
Decimal 130 1 43 0 0.99 0.67 0.49 340.47 0.98 0.26
Hex 82 1 2B 0 63 43 31 154 62 1A
Octal 202 1 53 0 143 103 61 524 142 32
Binary 10000010 1 101011 0 1100011 1000011 110001 101010100 1100010 11010

Color Harmonies of #82012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82012B

Black with #82012B

Text Example


Text Example

White with #82012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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