#27250F

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

Shades of Maire #27250F

Tints of Maire #27250F

Color information

#27250F (or 0x27250F) is unknown color: approx Maire. HEX triplet: 27, 25 and 0F. RGB value is (39,37,15). Sum of RGB (Red+Green+Blue) = 39+37+15=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #27250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27250F is #D8DAF0. Grayscale: #232323. Windows color (decimal): -14211825 or 992551. OLE color: 992551.

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

Color convert

RGB393715-
CMYK00.050.620.85
HSL55º44.44%10.59%-
HSV(B)55º61.54%15.29%-
XYZ1.581.790.71-
YUV35.09116.66130.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=42.86%
G=40.66%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39371500.050.620.855544.4410.59
Hex2725F053E55372cb
Octal4745170576125675413
Binary1001111001011111010111111010101011101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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