#830418

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

Shades of Burgundy #830418

Tints of Burgundy #830418

Color information

#830418 (or 0x830418) is unknown color: approx Burgundy. HEX triplet: 83, 04 and 18. RGB value is (131,4,24). Sum of RGB (Red+Green+Blue) = 131+4+24=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830418 is #7CFBE7. Grayscale: #2C2C2C. Windows color (decimal): -8190952 or 1574019. OLE color: 1574019.

HSL color Cylindrical-coordinate representation of color #830418: hue angle of 350.55º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830418 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB131424-
CMYK00.970.820.49
HSL350.55º94.07%26.47%-
HSV(B)350.55º96.95%51.37%-
XYZ9.574.981.32-
YUV44.25116.58189.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 82.39%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=82.39%
G=2.52%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13142400.970.820.49350.5594.0726.47
Hex83418061523115f5e1a
Octal20343001411226153713632
Binary1000001110011000011000011010010110001101011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830418; }

 p { color: rgb(131,4,24); }

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

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

 a { background-color: rgb(131,4,24); }

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

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

 span { border-color: rgb(131,4,24); }

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