#830C09

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

Shades of Maroon #830C09

Tints of Maroon #830C09

Color information

#830C09 (or 0x830C09) is unknown color: approx Maroon. HEX triplet: 83, 0C and 09. RGB value is (131,12,9). Sum of RGB (Red+Green+Blue) = 131+12+9=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #830C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830C09 is #7CF3F6. Grayscale: #2F2F2F. Windows color (decimal): -8188919 or 593027. OLE color: 593027.

HSL color Cylindrical-coordinate representation of color #830C09: hue angle of 1.48º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830C09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB131129-
CMYK00.910.930.49
HSL1.48º87.14%27.45%-
HSV(B)1.48º93.13%51.37%-
XYZ9.545.110.74-
YUV47.24106.42187.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 86.18%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=86.18%
G=7.89%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112900.910.930.491.4887.1427.45
Hex83C905B5D311571b
Octal2031411013313561112733
Binary10000011110010010101101110111011100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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