Html Css Color HEX #830431 Burgundy

📋 copy color: '#830431'

red 131 ◦ green 4 ◦ blue 49

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

Shades of Burgundy #830431

Tints of Burgundy #830431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 71.2%
G = 2.17%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#830431 (or 0x830431) is known color: Burgundy. HEX triplet: 83, 04 and 31. RGB value is (131,4,49). Sum of RGB (Red+Green+Blue) = 131+4+49=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #830431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830431 is #7CFBCE. Grayscale: #2F2F2F. Windows color (decimal): -8190927 or 3212419. OLE color: 3212419.

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

Color convert

RGB 131 4 49 -
CMYK 0 0.97 0.63 0.49
HSL 338.74º 0.94% 0.26% -
HSV(B) 338.74º 0.97% 0.51% -
XYZ 9.96 5.13 3.37 -
YUV 47.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 131 4 49 0 0.97 0.63 0.49 338.74 0.94 0.26
Hex 83 4 31 0 61 3F 31 153 5E 1A
Octal 203 4 61 0 141 77 61 523 136 32
Binary 10000011 100 110001 0 1100001 111111 110001 101010011 1011110 11010

Color Harmonies of #830431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830431

Black with #830431

Text Example


Text Example

White with #830431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830431; }

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

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

background-color css

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

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

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

border-color css

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

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

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