#272001

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

Shades of Maire #272001

Tints of Maire #272001

Color information

#272001 (or 0x272001) is unknown color: approx Maire. HEX triplet: 27, 20 and 01. RGB value is (39,32,1). Sum of RGB (Red+Green+Blue) = 39+32+1=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #272001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272001 is #D8DFFE. Grayscale: #1E1E1E. Windows color (decimal): -14213119 or 73767. OLE color: 73767.

HSL color Cylindrical-coordinate representation of color #272001: hue angle of 48.95º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #272001 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB39321-
CMYK00.180.970.85
HSL48.95º95%7.84%-
HSV(B)48.95º97.44%15.29%-
XYZ1.361.470.24-
YUV30.56111.32134.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.17%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=54.17%
G=44.44%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3932100.180.970.8548.95957.84
Hex272010126155315f8
Octal474010221411256113710
Binary10011110000010100101100001101010111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272001; }

 p { color: rgb(39,32,1); }

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

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

 a { background-color: rgb(39,32,1); }

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

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

 span { border-color: rgb(39,32,1); }

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