#312809

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

Shades of Maire #312809

Tints of Maire #312809

Color information

#312809 (or 0x312809) is unknown color: approx Maire. HEX triplet: 31, 28 and 09. RGB value is (49,40,9). Sum of RGB (Red+Green+Blue) = 49+40+9=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #312809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312809 is #CED7F6. Grayscale: #272727. Windows color (decimal): -13555703 or 600113. OLE color: 600113.

HSL color Cylindrical-coordinate representation of color #312809: hue angle of 46.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312809 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49409-
CMYK00.180.820.81
HSL46.5º68.97%11.37%-
HSV(B)46.5º81.63%19.22%-
XYZ2.072.190.57-
YUV39.16110.98135.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=50%
G=40.82%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4940900.180.820.8146.568.9711.37
Hex3128901252512e45b
Octal6150110221221215610513
Binary11000110100010010100101010010101000110111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312809; }

 p { color: rgb(49,40,9); }

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

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

 a { background-color: rgb(49,40,9); }

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

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

 span { border-color: rgb(49,40,9); }

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