Html Css Color HEX #830532 Burgundy

📋 copy color: '#830532'

red 131 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #830532

Tints of Burgundy #830532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 70.43%
G = 2.69%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#830532 (or 0x830532) is known color: Burgundy. HEX triplet: 83, 05 and 32. RGB value is (131,5,50). Sum of RGB (Red+Green+Blue) = 131+5+50=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #830532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830532 is #7CFACD. Grayscale: #2F2F2F. Windows color (decimal): -8190670 or 3278211. OLE color: 3278211.

HSL color Cylindrical-coordinate representation of color #830532: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830532 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 50 -
CMYK 0 0.96 0.62 0.49
HSL 338.57º 0.93% 0.27% -
HSV(B) 338.57º 0.96% 0.51% -
XYZ 9.99 5.16 3.49 -
YUV 47.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 131 5 50 0 0.96 0.62 0.49 338.57 0.93 0.27
Hex 83 5 32 0 60 3E 31 153 5D 1B
Octal 203 5 62 0 140 76 61 523 135 33
Binary 10000011 101 110010 0 1100000 111110 110001 101010011 1011101 11011

Color Harmonies of #830532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830532

Black with #830532

Text Example


Text Example

White with #830532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830532; }

 p { color: rgb(131,5,50); }

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

background-color css

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

 a { background-color: rgb(131,5,50); }

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

border-color css

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

 span { border-color: rgb(131,5,50); }

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