Html Css Color HEX #830636 Burgundy

📋 copy color: '#830636'

red 131 ◦ green 6 ◦ blue 54

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

Shades of Burgundy #830636

Tints of Burgundy #830636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

 BLUE value IS 54 (21.48% from 255) = 28.27%

R = 68.59%
G = 3.14%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#830636 (or 0x830636) is known color: Burgundy. HEX triplet: 83, 06 and 36. RGB value is (131,6,54). Sum of RGB (Red+Green+Blue) = 131+6+54=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #830636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830636 is #7CF9C9. Grayscale: #303030. Windows color (decimal): -8190410 or 3540611. OLE color: 3540611.

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

Color convert

RGB 131 6 54 -
CMYK 0 0.95 0.59 0.49
HSL 336.96º 0.91% 0.27% -
HSV(B) 336.96º 0.95% 0.51% -
XYZ 10.09 5.22 3.97 -
YUV 48.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 131 6 54 0 0.95 0.59 0.49 336.96 0.91 0.27
Hex 83 6 36 0 5F 3B 31 151 5B 1B
Octal 203 6 66 0 137 73 61 521 133 33
Binary 10000011 110 110110 0 1011111 111011 110001 101010001 1011011 11011

Color Harmonies of #830636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830636

Black with #830636

Text Example


Text Example

White with #830636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830636; }

 p { color: rgb(131,6,54); }

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

background-color css

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

 a { background-color: rgb(131,6,54); }

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

border-color css

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

 span { border-color: rgb(131,6,54); }

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