#830C06

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

Shades of Maroon #830C06

Tints of Maroon #830C06

Color information

#830C06 (or 0x830C06) is unknown color: approx Maroon. HEX triplet: 83, 0C and 06. RGB value is (131,12,6). Sum of RGB (Red+Green+Blue) = 131+12+6=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #830C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830C06 is #7CF3F9. Grayscale: #2F2F2F. Windows color (decimal): -8188922 or 396419. OLE color: 396419.

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

Color convert

RGB131126-
CMYK00.910.950.49
HSL2.88º91.24%26.86%-
HSV(B)2.88º95.42%51.37%-
XYZ9.525.10.65-
YUV46.9104.92187.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 87.92%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=87.92%
G=8.05%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112600.910.950.492.8891.2426.86
Hex83C605B5F3135b1b
Octal203146013313761313333
Binary10000011110011001011011101111111000111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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