#272213

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

Shades of Maire #272213

Tints of Maire #272213

Color information

#272213 (or 0x272213) is unknown color: approx Maire. HEX triplet: 27, 22 and 13. RGB value is (39,34,19). Sum of RGB (Red+Green+Blue) = 39+34+19=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #272213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272213 is #D8DDEC. Grayscale: #212121. Windows color (decimal): -14212589 or 1253927. OLE color: 1253927.

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

Color convert

RGB393419-
CMYK00.130.510.85
HSL45º34.48%11.37%-
HSV(B)45º51.28%15.29%-
XYZ1.531.620.85-
YUV33.78119.66131.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=42.39%
G=36.96%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39341900.130.510.854534.4811.37
Hex2722130D33552d22b
Octal47422301563125554213
Binary100111100010100110110111001110101011011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272213; }

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

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

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

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

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

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

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

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