#27241D

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

Shades of Maire #27241D

Tints of Maire #27241D

Color information

#27241D (or 0x27241D) is unknown color: approx Maire. HEX triplet: 27, 24 and 1D. RGB value is (39,36,29). Sum of RGB (Red+Green+Blue) = 39+36+29=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 39 - color contains mainly: red. Hex color #27241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27241D is #D8DBE2. Grayscale: #242424. Windows color (decimal): -14212067 or 1909799. OLE color: 1909799.

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

Color convert

RGB393629-
CMYK00.080.260.85
HSL42º14.71%13.33%-
HSV(B)42º25.64%15.29%-
XYZ1.691.781.42-
YUV36.1123.99130.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=37.5%
G=34.62%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39362900.080.260.854214.7113.33
Hex27241D081A552afd
Octal47443501032125521715
Binary100111100100111010100011010101010110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27241D; }

 p { color: rgb(39,36,29); }

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

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

 a { background-color: rgb(39,36,29); }

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

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

 span { border-color: rgb(39,36,29); }

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