#27250B

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

Shades of Maire #27250B

Tints of Maire #27250B

Color information

#27250B (or 0x27250B) is unknown color: approx Maire. HEX triplet: 27, 25 and 0B. RGB value is (39,37,11). Sum of RGB (Red+Green+Blue) = 39+37+11=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #27250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27250B is #D8DAF4. Grayscale: #222222. Windows color (decimal): -14211829 or 730407. OLE color: 730407.

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

Color convert

RGB393711-
CMYK00.050.720.85
HSL55.71º56%9.8%-
HSV(B)55.71º71.79%15.29%-
XYZ1.561.780.58-
YUV34.63114.66131.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=44.83%
G=42.53%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39371100.050.720.8555.71569.8
Hex2725B0548553838a
Octal47451305110125707012
Binary10011110010110110101100100010101011110001110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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