#27251F

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

Shades of Maire #27251F

Tints of Maire #27251F

Color information

#27251F (or 0x27251F) is unknown color: approx Maire. HEX triplet: 27, 25 and 1F. RGB value is (39,37,31). Sum of RGB (Red+Green+Blue) = 39+37+31=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 39 - color contains mainly: red. Hex color #27251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27251F is #D8DAE0. Grayscale: #242424. Windows color (decimal): -14211809 or 2041127. OLE color: 2041127.

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

Color convert

RGB393731-
CMYK00.050.210.85
HSL45º11.43%13.73%-
HSV(B)45º20.51%15.29%-
XYZ1.751.851.56-
YUV36.91124.66129.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=36.45%
G=34.58%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39373100.050.210.854511.4313.73
Hex27251F0515552dbe
Octal4745370525125551316
Binary10011110010111111010110101101010110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27251F; }

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

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

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

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

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

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

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

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