#272319

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

Shades of Maire #272319

Tints of Maire #272319

Color information

#272319 (or 0x272319) is unknown color: approx Maire. HEX triplet: 27, 23 and 19. RGB value is (39,35,25). Sum of RGB (Red+Green+Blue) = 39+35+25=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #272319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272319 is #D8DCE6. Grayscale: #232323. Windows color (decimal): -14212327 or 1647399. OLE color: 1647399.

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

Color convert

RGB393525-
CMYK00.100.360.85
HSL42.86º21.88%12.55%-
HSV(B)42.86º35.9%15.29%-
XYZ1.611.71.16-
YUV35.06122.33130.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=39.39%
G=35.35%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39352500.100.360.8542.8621.8812.55
Hex2723190A24552b16d
Octal47433101244125532615
Binary10011110001111001010101001001010101101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272319; }

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

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

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

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

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

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

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

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