Html Css Color HEX #820328 Burgundy

📋 copy color: '#820328'

red 130 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #820328

Tints of Burgundy #820328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

 BLUE value IS 40 (16.02% from 255) = 23.12%

R = 75.14%
G = 1.73%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#820328 (or 0x820328) is known color: Burgundy. HEX triplet: 82, 03 and 28. RGB value is (130,3,40). Sum of RGB (Red+Green+Blue) = 130+3+40=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #820328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820328 is #7DFCD7. Grayscale: #2D2D2D. Windows color (decimal): -8256728 or 2622338. OLE color: 2622338.

HSL color Cylindrical-coordinate representation of color #820328: hue angle of 342.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820328 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 3 40 -
CMYK 0 0.98 0.69 0.49
HSL 342.52º 0.95% 0.26% -
HSV(B) 342.52º 0.98% 0.51% -
XYZ 9.62 4.96 2.46 -
YUV 45.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 130 3 40 0 0.98 0.69 0.49 342.52 0.95 0.26
Hex 82 3 28 0 62 45 31 157 5F 1A
Octal 202 3 50 0 142 105 61 527 137 32
Binary 10000010 11 101000 0 1100010 1000101 110001 101010111 1011111 11010

Color Harmonies of #820328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820328

Black with #820328

Text Example


Text Example

White with #820328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820328; }

 p { color: rgb(130,3,40); }

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

background-color css

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

 a { background-color: rgb(130,3,40); }

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

border-color css

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

 span { border-color: rgb(130,3,40); }

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