#312704

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

Shades of Maire #312704

Tints of Maire #312704

Color information

#312704 (or 0x312704) is unknown color: approx Maire. HEX triplet: 31, 27 and 04. RGB value is (49,39,4). Sum of RGB (Red+Green+Blue) = 49+39+4=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #312704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312704 is #CED8FB. Grayscale: #262626. Windows color (decimal): -13555964 or 272177. OLE color: 272177.

HSL color Cylindrical-coordinate representation of color #312704: hue angle of 46.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #312704 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49394-
CMYK00.200.920.81
HSL46.67º84.91%10.39%-
HSV(B)46.67º91.84%19.22%-
XYZ2.012.110.42-
YUV38108.81135.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=53.26%
G=42.39%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4939400.200.920.8146.6784.9110.39
Hex312740145C512f55a
Octal614740241341215712512
Binary1100011001111000101001011100101000110111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312704; }

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

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

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

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

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

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

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

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