#830903

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

Shades of Maroon #830903

Tints of Maroon #830903

Color information

#830903 (or 0x830903) is unknown color: approx Maroon. HEX triplet: 83, 09 and 03. RGB value is (131,9,3). Sum of RGB (Red+Green+Blue) = 131+9+3=143 (18% of max value = 765). Red value is 131 (51.56% from 255 or 91.61% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 131 - color contains mainly: red. Hex color #830903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830903 is #7CF6FC. Grayscale: #2C2C2C. Windows color (decimal): -8189693 or 199043. OLE color: 199043.

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

Color convert

RGB13193-
CMYK00.930.980.49
HSL2.81º95.52%26.27%-
HSV(B)2.81º97.71%51.37%-
XYZ9.475.030.56-
YUV44.79104.42189.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 91.61%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=91.61%
G=6.29%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319300.930.980.492.8195.5226.27
Hex839305D62313601a
Octal203113013514261314032
Binary1000001110011101011101110001011000111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830903; }

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

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

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

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

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

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

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

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