#27250C

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

Shades of Maire #27250C

Tints of Maire #27250C

Color information

#27250C (or 0x27250C) is unknown color: approx Maire. HEX triplet: 27, 25 and 0C. RGB value is (39,37,12). Sum of RGB (Red+Green+Blue) = 39+37+12=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #27250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27250C is #D8DAF3. Grayscale: #222222. Windows color (decimal): -14211828 or 795943. OLE color: 795943.

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

Color convert

RGB393712-
CMYK00.050.690.85
HSL55.56º52.94%10%-
HSV(B)55.56º69.23%15.29%-
XYZ1.561.780.61-
YUV34.75115.16131.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=44.32%
G=42.05%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39371200.050.690.8555.5652.9410
Hex2725C0545553835a
Octal47451405105125706512
Binary10011110010111000101100010110101011110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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