Html Css Color HEX #821030 Burgundy

📋 copy color: '#821030'

red 130 ◦ green 16 ◦ blue 48

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

Shades of Burgundy #821030

Tints of Burgundy #821030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 67.01%
G = 8.25%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#821030 (or 0x821030) is known color: Burgundy. HEX triplet: 82, 10 and 30. RGB value is (130,16,48). Sum of RGB (Red+Green+Blue) = 130+16+48=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #821030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821030 is #7DEFCF. Grayscale: #353535. Windows color (decimal): -8253392 or 3149954. OLE color: 3149954.

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

Color convert

RGB 130 16 48 -
CMYK 0 0.88 0.63 0.49
HSL 343.16º 0.78% 0.29% -
HSV(B) 343.16º 0.88% 0.51% -
XYZ 9.92 5.33 3.3 -
YUV 53.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 130 16 48 0 0.88 0.63 0.49 343.16 0.78 0.29
Hex 82 10 30 0 58 3F 31 157 4E 1D
Octal 202 20 60 0 130 77 61 527 116 35
Binary 10000010 10000 110000 0 1011000 111111 110001 101010111 1001110 11101

Color Harmonies of #821030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821030

Black with #821030

Text Example


Text Example

White with #821030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821030; }

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

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

background-color css

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

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

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

border-color css

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

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

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