Html Css Color HEX #821029 Burgundy

📋 copy color: '#821029'

red 130 ◦ green 16 ◦ blue 41

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

Shades of Burgundy #821029

Tints of Burgundy #821029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.93%

R = 69.52%
G = 8.56%
B = 21.93%

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

#821029 (or 0x821029) is known color: Burgundy. HEX triplet: 82, 10 and 29. RGB value is (130,16,41). Sum of RGB (Red+Green+Blue) = 130+16+41=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821029 is #7DEFD6. Grayscale: #343434. Windows color (decimal): -8253399 or 2691202. OLE color: 2691202.

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

Color convert

RGB 130 16 41 -
CMYK 0 0.88 0.68 0.49
HSL 346.84º 0.78% 0.29% -
HSV(B) 346.84º 0.88% 0.51% -
XYZ 9.79 5.28 2.6 -
YUV 52.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 130 16 41 0 0.88 0.68 0.49 346.84 0.78 0.29
Hex 82 10 29 0 58 44 31 15B 4E 1D
Octal 202 20 51 0 130 104 61 533 116 35
Binary 10000010 10000 101001 0 1011000 1000100 110001 101011011 1001110 11101

Color Harmonies of #821029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821029

Black with #821029

Text Example


Text Example

White with #821029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821029; }

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

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

background-color css

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

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

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

border-color css

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

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

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