Html Css Color HEX #830229 Burgundy

📋 copy color: '#830229'

red 131 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #830229

Tints of Burgundy #830229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 75.29%
G = 1.15%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#830229 (or 0x830229) is known color: Burgundy. HEX triplet: 83, 02 and 29. RGB value is (131,2,41). Sum of RGB (Red+Green+Blue) = 131+2+41=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #830229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830229 is #7CFDD6. Grayscale: #2C2C2C. Windows color (decimal): -8191447 or 2687619. OLE color: 2687619.

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

Color convert

RGB 131 2 41 -
CMYK 0 0.98 0.69 0.49
HSL 341.86º 0.97% 0.26% -
HSV(B) 341.86º 0.98% 0.51% -
XYZ 9.78 5.03 2.55 -
YUV 45.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 131 2 41 0 0.98 0.69 0.49 341.86 0.97 0.26
Hex 83 2 29 0 62 45 31 156 61 1A
Octal 203 2 51 0 142 105 61 526 141 32
Binary 10000011 10 101001 0 1100010 1000101 110001 101010110 1100001 11010

Color Harmonies of #830229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830229

Black with #830229

Text Example


Text Example

White with #830229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830229; }

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

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

background-color css

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

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

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

border-color css

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

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

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