Html Css Color HEX #82102A Burgundy

📋 copy color: '#82102A'

red 130 ◦ green 16 ◦ blue 42

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

Shades of Burgundy #82102A

Tints of Burgundy #82102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 69.15%
G = 8.51%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82102A (or 0x82102A) is known color: Burgundy. HEX triplet: 82, 10 and 2A. RGB value is (130,16,42). Sum of RGB (Red+Green+Blue) = 130+16+42=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #82102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82102A is #7DEFD5. Grayscale: #353535. Windows color (decimal): -8253398 or 2756738. OLE color: 2756738.

HSL color Cylindrical-coordinate representation of color #82102A: hue angle of 346.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82102A is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 42 -
CMYK 0 0.88 0.68 0.49
HSL 346.32º 0.78% 0.29% -
HSV(B) 346.32º 0.88% 0.51% -
XYZ 9.81 5.28 2.69 -
YUV 53.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 130 16 42 0 0.88 0.68 0.49 346.32 0.78 0.29
Hex 82 10 2A 0 58 44 31 15A 4E 1D
Octal 202 20 52 0 130 104 61 532 116 35
Binary 10000010 10000 101010 0 1011000 1000100 110001 101011010 1001110 11101

Color Harmonies of #82102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82102A

Black with #82102A

Text Example


Text Example

White with #82102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82102A; }

 p { color: rgb(130,16,42); }

 H1.HeaderClassName
 {
   color: #82102A;
 }
 .AnyTagClassName
 {
   color: #82102A;
 }
</style>

background-color css

<style>
 a { background-color: #82102A; }

 a { background-color: rgb(130,16,42); }

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

border-color css

<style>
 span { border-color: #82102A; }

 span { border-color: rgb(130,16,42); }

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