#27261D

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

Shades of Maire #27261D

Tints of Maire #27261D

Color information

#27261D (or 0x27261D) is unknown color: approx Maire. HEX triplet: 27, 26 and 1D. RGB value is (39,38,29). Sum of RGB (Red+Green+Blue) = 39+38+29=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 39 - color contains mainly: red. Hex color #27261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27261D is #D8D9E2. Grayscale: #252525. Windows color (decimal): -14211555 or 1910311. OLE color: 1910311.

HSL color Cylindrical-coordinate representation of color #27261D: hue angle of 54º 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 #27261D is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB393829-
CMYK00.030.260.85
HSL54º14.71%13.33%-
HSV(B)54º25.64%15.29%-
XYZ1.751.911.44-
YUV37.27123.33129.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=36.79%
G=35.85%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39382900.030.260.855414.7113.33
Hex27261D031A5536fd
Octal4746350332125661715
Binary1001111001101110101111010101010111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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