Html Css Color HEX #830934 Burgundy

📋 copy color: '#830934'

red 131 ◦ green 9 ◦ blue 52

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

Shades of Burgundy #830934

Tints of Burgundy #830934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 68.23%
G = 4.69%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#830934 (or 0x830934) is known color: Burgundy. HEX triplet: 83, 09 and 34. RGB value is (131,9,52). Sum of RGB (Red+Green+Blue) = 131+9+52=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #830934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830934 is #7CF6CB. Grayscale: #323232. Windows color (decimal): -8189644 or 3410307. OLE color: 3410307.

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

Color convert

RGB 131 9 52 -
CMYK 0 0.93 0.60 0.49
HSL 338.85º 0.87% 0.27% -
HSV(B) 338.85º 0.93% 0.51% -
XYZ 10.08 5.27 3.73 -
YUV 50.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 131 9 52 0 0.93 0.60 0.49 338.85 0.87 0.27
Hex 83 9 34 0 5D 3C 31 153 57 1B
Octal 203 11 64 0 135 74 61 523 127 33
Binary 10000011 1001 110100 0 1011101 111100 110001 101010011 1010111 11011

Color Harmonies of #830934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830934

Black with #830934

Text Example


Text Example

White with #830934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830934; }

 p { color: rgb(131,9,52); }

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

background-color css

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

 a { background-color: rgb(131,9,52); }

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

border-color css

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

 span { border-color: rgb(131,9,52); }

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