#272501

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

Shades of Maire #272501

Tints of Maire #272501

Color information

#272501 (or 0x272501) is unknown color: approx Maire. HEX triplet: 27, 25 and 01. RGB value is (39,37,1). Sum of RGB (Red+Green+Blue) = 39+37+1=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #272501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272501 is #D8DAFE. Grayscale: #212121. Windows color (decimal): -14211839 or 75047. OLE color: 75047.

HSL color Cylindrical-coordinate representation of color #272501: hue angle of 56.84º 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 #272501 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB39371-
CMYK00.050.970.85
HSL56.84º95%7.84%-
HSV(B)56.84º97.44%15.29%-
XYZ1.51.760.29-
YUV33.49109.66131.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=50.65%
G=48.05%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3937100.050.970.8556.84957.84
Hex27251056155395f8
Octal47451051411257113710
Binary100111100101101011100001101010111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272501; }

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

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

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

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

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

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

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

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