#830400

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

Shades of Maroon #830400

Tints of Maroon #830400

Color information

#830400 (or 0x830400) is unknown color: approx Maroon. HEX triplet: 83, 04 and 00. RGB value is (131,4,0). Sum of RGB (Red+Green+Blue) = 131+4+0=135 (17% of max value = 765). Red value is 131 (51.56% from 255 or 97.04% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 131 - color contains mainly: red. Hex color #830400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830400 is #7CFBFF. Grayscale: #292929. Windows color (decimal): -8190976 or 1155. OLE color: 1155.

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

Color convert

RGB13140-
CMYK00.9710.49
HSL1.83º100%25.69%-
HSV(B)1.83º100%51.37%-
XYZ9.44.910.45-
YUV41.52104.58191.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 97.04%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.04%
G=2.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314000.9710.491.8310025.69
Hex834006164312641a
Octal20340014114461214432
Binary10000011100001100001110010011000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830400; }

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

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

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

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

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

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

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

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