Html Css Color HEX #830129 Burgundy

📋 copy color: '#830129'

red 131 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #830129

Tints of Burgundy #830129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 75.72%
G = 0.58%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#830129 (or 0x830129) is known color: Burgundy. HEX triplet: 83, 01 and 29. RGB value is (131,1,41). Sum of RGB (Red+Green+Blue) = 131+1+41=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #830129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830129 is #7CFED6. Grayscale: #2C2C2C. Windows color (decimal): -8191703 or 2687363. OLE color: 2687363.

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

Color convert

RGB 131 1 41 -
CMYK 0 0.99 0.69 0.49
HSL 341.54º 0.98% 0.26% -
HSV(B) 341.54º 0.99% 0.51% -
XYZ 9.77 5.01 2.55 -
YUV 44.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 131 1 41 0 0.99 0.69 0.49 341.54 0.98 0.26
Hex 83 1 29 0 63 45 31 156 62 1A
Octal 203 1 51 0 143 105 61 526 142 32
Binary 10000011 1 101001 0 1100011 1000101 110001 101010110 1100010 11010

Color Harmonies of #830129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830129

Black with #830129

Text Example


Text Example

White with #830129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830129; }

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

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

background-color css

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

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

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

border-color css

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

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

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