#830925

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

Shades of Burgundy #830925

Tints of Burgundy #830925

Color information

#830925 (or 0x830925) is unknown color: approx Burgundy. HEX triplet: 83, 09 and 25. RGB value is (131,9,37). Sum of RGB (Red+Green+Blue) = 131+9+37=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #830925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830925 is #7CF6DA. Grayscale: #303030. Windows color (decimal): -8189659 or 2427267. OLE color: 2427267.

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

Color convert

RGB131937-
CMYK00.930.720.49
HSL346.23º87.14%27.45%-
HSV(B)346.23º93.13%51.37%-
XYZ9.795.152.23-
YUV48.67121.42186.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.01%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=74.01%
G=5.08%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13193700.930.720.49346.2387.1427.45
Hex8392505D483115a571b
Octal203114501351106153212733
Binary100000111001100101010111011001000110001101011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830925; }

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

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

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

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

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

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

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

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