#830900

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

Shades of Maroon #830900

Tints of Maroon #830900

Color information

#830900 (or 0x830900) is unknown color: approx Maroon. HEX triplet: 83, 09 and 00. RGB value is (131,9,0). Sum of RGB (Red+Green+Blue) = 131+9+0=140 (18% of max value = 765). Red value is 131 (51.56% from 255 or 93.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 131 - color contains mainly: red. Hex color #830900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830900 is #7CF6FF. Grayscale: #2C2C2C. Windows color (decimal): -8189696 or 2435. OLE color: 2435.

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

Color convert

RGB13190-
CMYK00.9310.49
HSL4.12º100%25.69%-
HSV(B)4.12º100%51.37%-
XYZ9.465.020.47-
YUV44.45102.92189.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 93.57%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.57%
G=6.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319000.9310.494.1210025.69
Hex839005D64314641a
Octal203110013514461414432
Binary1000001110010010111011100100110001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830900; }

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

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

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

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

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

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

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

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