Html Css Color HEX #82102F Burgundy

📋 copy color: '#82102F'

red 130 ◦ green 16 ◦ blue 47

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

Shades of Burgundy #82102F

Tints of Burgundy #82102F

RGB

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

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

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

R = 67.36%
G = 8.29%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82102F (or 0x82102F) is known color: Burgundy. HEX triplet: 82, 10 and 2F. RGB value is (130,16,47). Sum of RGB (Red+Green+Blue) = 130+16+47=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82102F is #7DEFD0. Grayscale: #353535. Windows color (decimal): -8253393 or 3084418. OLE color: 3084418.

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

Color convert

RGB 130 16 47 -
CMYK 0 0.88 0.64 0.49
HSL 343.68º 0.78% 0.29% -
HSV(B) 343.68º 0.88% 0.51% -
XYZ 9.9 5.32 3.19 -
YUV 53.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 130 16 47 0 0.88 0.64 0.49 343.68 0.78 0.29
Hex 82 10 2F 0 58 40 31 158 4E 1D
Octal 202 20 57 0 130 100 61 530 116 35
Binary 10000010 10000 101111 0 1011000 1000000 110001 101011000 1001110 11101

Color Harmonies of #82102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82102F

Black with #82102F

Text Example


Text Example

White with #82102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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