#312709

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

Shades of Maire #312709

Tints of Maire #312709

Color information

#312709 (or 0x312709) is unknown color: approx Maire. HEX triplet: 31, 27 and 09. RGB value is (49,39,9). Sum of RGB (Red+Green+Blue) = 49+39+9=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #312709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312709 is #CED8F6. Grayscale: #262626. Windows color (decimal): -13555959 or 599857. OLE color: 599857.

HSL color Cylindrical-coordinate representation of color #312709: hue angle of 45º 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 #312709 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49399-
CMYK00.200.820.81
HSL45º68.97%11.37%-
HSV(B)45º81.63%19.22%-
XYZ2.042.120.56-
YUV38.57111.31135.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=50.52%
G=40.21%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4939900.200.820.814568.9711.37
Hex3127901452512d45b
Octal6147110241221215510513
Binary11000110011110010101001010010101000110110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312709; }

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

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

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

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

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

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

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

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