#830F25

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

Shades of Burgundy #830F25

Tints of Burgundy #830F25

Color information

#830F25 (or 0x830F25) is unknown color: approx Burgundy. HEX triplet: 83, 0F and 25. RGB value is (131,15,37). Sum of RGB (Red+Green+Blue) = 131+15+37=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #830F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830F25 is #7CF0DA. Grayscale: #343434. Windows color (decimal): -8188123 or 2428803. OLE color: 2428803.

HSL color Cylindrical-coordinate representation of color #830F25: hue angle of 348.62º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F25 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1311537-
CMYK00.890.720.49
HSL348.62º79.45%28.63%-
HSV(B)348.62º88.55%51.37%-
XYZ9.865.32.25-
YUV52.19119.43184.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.58%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=71.58%
G=8.20%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131153700.890.720.49348.6279.4528.63
Hex83F25059483115d4f1d
Octal203174501311106153511735
Binary100000111111100101010110011001000110001101011101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830F25; }

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

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

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

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

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

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

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

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