#830D05

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

Shades of Maroon #830D05

Tints of Maroon #830D05

Color information

#830D05 (or 0x830D05) is unknown color: approx Maroon. HEX triplet: 83, 0D and 05. RGB value is (131,13,5). Sum of RGB (Red+Green+Blue) = 131+13+5=149 (19% of max value = 765). Red value is 131 (51.56% from 255 or 87.92% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 131 - color contains mainly: red. Hex color #830D05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830D05 is #7CF2FA. Grayscale: #2F2F2F. Windows color (decimal): -8188667 or 331139. OLE color: 331139.

HSL color Cylindrical-coordinate representation of color #830D05: hue angle of 3.81º 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 #830D05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB131135-
CMYK00.900.960.49
HSL3.81º92.65%26.67%-
HSV(B)3.81º96.18%51.37%-
XYZ9.535.120.63-
YUV47.37104.09187.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 87.92%
GREEN value IS 13 (5.47% from 255) = 8.72%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=87.92%
G=8.72%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113500.900.960.493.8192.6526.67
Hex83D505A603145d1b
Octal203155013214061413533
Binary100000111101101010110101100000110001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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