Html Css Color HEX #830833 Burgundy

📋 copy color: '#830833'

red 131 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #830833

Tints of Burgundy #830833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 68.95%
G = 4.21%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#830833 (or 0x830833) is known color: Burgundy. HEX triplet: 83, 08 and 33. RGB value is (131,8,51). Sum of RGB (Red+Green+Blue) = 131+8+51=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #830833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830833 is #7CF7CC. Grayscale: #313131. Windows color (decimal): -8189901 or 3344515. OLE color: 3344515.

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

Color convert

RGB 131 8 51 -
CMYK 0 0.94 0.61 0.49
HSL 339.02º 0.88% 0.27% -
HSV(B) 339.02º 0.94% 0.51% -
XYZ 10.04 5.24 3.61 -
YUV 49.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 131 8 51 0 0.94 0.61 0.49 339.02 0.88 0.27
Hex 83 8 33 0 5E 3D 31 153 58 1B
Octal 203 10 63 0 136 75 61 523 130 33
Binary 10000011 1000 110011 0 1011110 111101 110001 101010011 1011000 11011

Color Harmonies of #830833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830833

Black with #830833

Text Example


Text Example

White with #830833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830833; }

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

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

background-color css

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

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

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

border-color css

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

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

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