Html Css Color HEX #830420 Burgundy

📋 copy color: '#830420'

red 131 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #830420

Tints of Burgundy #830420

RGB

 RED value IS 131 (51.56% from 255) = 78.44%

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 78.44%
G = 2.4%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#830420 (or 0x830420) is known color: Burgundy. HEX triplet: 83, 04 and 20. RGB value is (131,4,32). Sum of RGB (Red+Green+Blue) = 131+4+32=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #830420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830420 is #7CFBDF. Grayscale: #2D2D2D. Windows color (decimal): -8190944 or 2098307. OLE color: 2098307.

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

Color convert

RGB 131 4 32 -
CMYK 0 0.97 0.76 0.49
HSL 346.77º 0.94% 0.26% -
HSV(B) 346.77º 0.97% 0.51% -
XYZ 9.66 5.02 1.83 -
YUV 45.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 131 4 32 0 0.97 0.76 0.49 346.77 0.94 0.26
Hex 83 4 20 0 61 4C 31 15B 5E 1A
Octal 203 4 40 0 141 114 61 533 136 32
Binary 10000011 100 100000 0 1100001 1001100 110001 101011011 1011110 11010

Color Harmonies of #830420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830420

Black with #830420

Text Example


Text Example

White with #830420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830420; }

 p { color: rgb(131,4,32); }

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

background-color css

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

 a { background-color: rgb(131,4,32); }

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

border-color css

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

 span { border-color: rgb(131,4,32); }

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