#27250E

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

Shades of Maire #27250E

Tints of Maire #27250E

Color information

#27250E (or 0x27250E) is unknown color: approx Maire. HEX triplet: 27, 25 and 0E. RGB value is (39,37,14). Sum of RGB (Red+Green+Blue) = 39+37+14=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 39 - color contains mainly: red. Hex color #27250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27250E is #D8DAF1. Grayscale: #232323. Windows color (decimal): -14211826 or 927015. OLE color: 927015.

HSL color Cylindrical-coordinate representation of color #27250E: hue angle of 55.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27250E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB393714-
CMYK00.050.640.85
HSL55.2º47.17%10.39%-
HSV(B)55.2º64.1%15.29%-
XYZ1.581.790.68-
YUV34.98116.16130.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.33%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=43.33%
G=41.11%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39371400.050.640.8555.247.1710.39
Hex2725E054055372fa
Octal47451605100125675712
Binary10011110010111100101100000010101011101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27250E; }

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

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

<style>
 a { background-color: #27250E; }

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

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

<style>
 span { border-color: #27250E; }

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

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