#27251C

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

Shades of Maire #27251C

Tints of Maire #27251C

Color information

#27251C (or 0x27251C) is unknown color: approx Maire. HEX triplet: 27, 25 and 1C. RGB value is (39,37,28). Sum of RGB (Red+Green+Blue) = 39+37+28=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 39 - color contains mainly: red. Hex color #27251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27251C is #D8DAE3. Grayscale: #242424. Windows color (decimal): -14211812 or 1844519. OLE color: 1844519.

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

Color convert

RGB393728-
CMYK00.050.280.85
HSL49.09º16.42%13.14%-
HSV(B)49.09º28.21%15.29%-
XYZ1.711.841.36-
YUV36.57123.16129.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=37.5%
G=35.58%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39372800.050.280.8549.0916.4213.14
Hex27251C051C553110d
Octal4745340534125612015
Binary100111100101111000101111001010101110001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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