Html Css Color HEX #830133 Burgundy

📋 copy color: '#830133'

red 131 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #830133

Tints of Burgundy #830133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.87%

R = 71.58%
G = 0.55%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#830133 (or 0x830133) is known color: Burgundy. HEX triplet: 83, 01 and 33. RGB value is (131,1,51). Sum of RGB (Red+Green+Blue) = 131+1+51=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #830133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830133 is #7CFECC. Grayscale: #2D2D2D. Windows color (decimal): -8191693 or 3342723. OLE color: 3342723.

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

Color convert

RGB 131 1 51 -
CMYK 0 0.99 0.61 0.49
HSL 336.92º 0.98% 0.26% -
HSV(B) 336.92º 0.99% 0.51% -
XYZ 9.97 5.09 3.59 -
YUV 45.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 131 1 51 0 0.99 0.61 0.49 336.92 0.98 0.26
Hex 83 1 33 0 63 3D 31 151 62 1A
Octal 203 1 63 0 143 75 61 521 142 32
Binary 10000011 1 110011 0 1100011 111101 110001 101010001 1100010 11010

Color Harmonies of #830133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830133

Black with #830133

Text Example


Text Example

White with #830133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830133; }

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

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

background-color css

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

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

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

border-color css

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

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

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