Html Css Color HEX #830529 Burgundy

📋 copy color: '#830529'

red 131 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #830529

Tints of Burgundy #830529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 74.01%
G = 2.82%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#830529 (or 0x830529) is known color: Burgundy. HEX triplet: 83, 05 and 29. RGB value is (131,5,41). Sum of RGB (Red+Green+Blue) = 131+5+41=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #830529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830529 is #7CFAD6. Grayscale: #2E2E2E. Windows color (decimal): -8190679 or 2688387. OLE color: 2688387.

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

Color convert

RGB 131 5 41 -
CMYK 0 0.96 0.69 0.49
HSL 342.86º 0.93% 0.27% -
HSV(B) 342.86º 0.96% 0.51% -
XYZ 9.81 5.09 2.56 -
YUV 46.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 131 5 41 0 0.96 0.69 0.49 342.86 0.93 0.27
Hex 83 5 29 0 60 45 31 157 5D 1B
Octal 203 5 51 0 140 105 61 527 135 33
Binary 10000011 101 101001 0 1100000 1000101 110001 101010111 1011101 11011

Color Harmonies of #830529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830529

Black with #830529

Text Example


Text Example

White with #830529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830529; }

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

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

background-color css

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

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

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

border-color css

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

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

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