#271F05

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

Shades of Maire #271F05

Tints of Maire #271F05

Color information

#271F05 (or 0x271F05) is unknown color: approx Maire. HEX triplet: 27, 1F and 05. RGB value is (39,31,5). Sum of RGB (Red+Green+Blue) = 39+31+5=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F05 is #D8E0FA. Grayscale: #1E1E1E. Windows color (decimal): -14213371 or 335655. OLE color: 335655.

HSL color Cylindrical-coordinate representation of color #271F05: hue angle of 45.88º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271F05 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB39315-
CMYK00.210.870.85
HSL45.88º77.27%8.63%-
HSV(B)45.88º87.18%15.29%-
XYZ1.351.420.35-
YUV30.43113.65134.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=52%
G=41.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3931500.210.870.8545.8877.278.63
Hex271F501557552e4d9
Octal473750251271255611511
Binary100111111111010101011010111101010110111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271F05; }

 p { color: rgb(39,31,5); }

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

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

 a { background-color: rgb(39,31,5); }

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

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

 span { border-color: rgb(39,31,5); }

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