#830621

Color #830621 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #830621

Tints of Burgundy #830621

Color information

#830621 (or 0x830621) is unknown color: approx Burgundy. HEX triplet: 83, 06 and 21. RGB value is (131,6,33). Sum of RGB (Red+Green+Blue) = 131+6+33=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #830621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830621 is #7CF9DE. Grayscale: #2E2E2E. Windows color (decimal): -8190431 or 2164355. OLE color: 2164355.

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

Color convert

RGB131633-
CMYK00.950.750.49
HSL347.04º91.24%26.86%-
HSV(B)347.04º95.42%51.37%-
XYZ9.75.071.91-
YUV46.45120.41188.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 77.06%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=77.06%
G=3.53%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13163300.950.750.49347.0491.2426.86
Hex8362105F4B3115b5b1b
Octal20364101371136153313333
Binary10000011110100001010111111001011110001101011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830621; }

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

 H1.HeaderClassName
 {
   color: #830621;
 }
 .AnyTagClassName
 {
   color: #830621;
 }
</style>
background-color css

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

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

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

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

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

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