Html Css Color HEX #312709 Maire

📋 copy color: '#312709'

red 49 ◦ green 39 ◦ blue 9

#312709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #312709

Tints of Maire #312709

RGB

 RED value IS 49 (19.53% from 255) = 50.52%

 GREEN value IS 39 (15.63% 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 value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#312709 (or 0x312709) is known color: 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

RGB 49 39 9 -
CMYK 0 0.20 0.82 0.81
HSL 45º 0.69% 0.11% -
HSV(B) 45º 0.82% 0.19% -
XYZ 2.04 2.12 0.56 -
YUV 38.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 49 39 9 0 0.20 0.82 0.81 45 0.69 0.11
Hex 31 27 9 0 14 52 51 2D 45 B
Octal 61 47 11 0 24 122 121 55 105 13
Binary 110001 100111 1001 0 10100 1010010 1010001 101101 1000101 1011

Color Harmonies of #312709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312709

Black with #312709

Text Example


Text Example

White with #312709

Text Example


Text Example

HTML Codes & Css Web 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>