#830905

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

Shades of Maroon #830905

Tints of Maroon #830905

Color information

#830905 (or 0x830905) is unknown color: approx Maroon. HEX triplet: 83, 09 and 05. RGB value is (131,9,5). Sum of RGB (Red+Green+Blue) = 131+9+5=145 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.34% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 131 - color contains mainly: red. Hex color #830905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830905 is #7CF6FA. Grayscale: #2D2D2D. Windows color (decimal): -8189691 or 330115. OLE color: 330115.

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

Color convert

RGB13195-
CMYK00.930.960.49
HSL1.9º92.65%26.67%-
HSV(B)1.9º96.18%51.37%-
XYZ9.495.030.61-
YUV45.02105.42189.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 90.34%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=90.34%
G=6.21%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319500.930.960.491.992.6526.67
Hex839505D603125d1b
Octal203115013514061213533
Binary10000011100110101011101110000011000110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830905; }

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

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

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

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

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

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

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

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