#272215

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

Shades of Maire #272215

Tints of Maire #272215

Color information

#272215 (or 0x272215) is unknown color: approx Maire. HEX triplet: 27, 22 and 15. RGB value is (39,34,21). Sum of RGB (Red+Green+Blue) = 39+34+21=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #272215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272215 is #D8DDEA. Grayscale: #222222. Windows color (decimal): -14212587 or 1384999. OLE color: 1384999.

HSL color Cylindrical-coordinate representation of color #272215: hue angle of 43.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #272215 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB393421-
CMYK00.130.460.85
HSL43.33º30%11.76%-
HSV(B)43.33º46.15%15.29%-
XYZ1.541.630.94-
YUV34.01120.66131.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=41.49%
G=36.17%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39342100.130.460.8543.333011.76
Hex2722150D2E552b1ec
Octal47422501556125533614
Binary10011110001010101011011011101010101101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272215; }

 p { color: rgb(39,34,21); }

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

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

 a { background-color: rgb(39,34,21); }

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

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

 span { border-color: rgb(39,34,21); }

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