#272311

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

Shades of Maire #272311

Tints of Maire #272311

Color information

#272311 (or 0x272311) is unknown color: approx Maire. HEX triplet: 27, 23 and 11. RGB value is (39,35,17). Sum of RGB (Red+Green+Blue) = 39+35+17=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #272311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272311 is #D8DCEE. Grayscale: #222222. Windows color (decimal): -14212335 or 1123111. OLE color: 1123111.

HSL color Cylindrical-coordinate representation of color #272311: hue angle of 49.09º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272311 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB393517-
CMYK00.100.560.85
HSL49.09º39.29%10.98%-
HSV(B)49.09º56.41%15.29%-
XYZ1.541.670.77-
YUV34.14118.33131.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=42.86%
G=38.46%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39351700.100.560.8549.0939.2910.98
Hex2723110A38553127b
Octal47432101270125614713
Binary100111100011100010101011100010101011100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272311; }

 p { color: rgb(39,35,17); }

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

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

 a { background-color: rgb(39,35,17); }

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

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

 span { border-color: rgb(39,35,17); }

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