#272505

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

Shades of Maire #272505

Tints of Maire #272505

Color information

#272505 (or 0x272505) is unknown color: approx Maire. HEX triplet: 27, 25 and 05. RGB value is (39,37,5). Sum of RGB (Red+Green+Blue) = 39+37+5=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #272505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272505 is #D8DAFA. Grayscale: #222222. Windows color (decimal): -14211835 or 337191. OLE color: 337191.

HSL color Cylindrical-coordinate representation of color #272505: hue angle of 56.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #272505 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB39375-
CMYK00.050.870.85
HSL56.47º77.27%8.63%-
HSV(B)56.47º87.18%15.29%-
XYZ1.531.770.4-
YUV33.95111.66131.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.15%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=48.15%
G=45.68%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3937500.050.870.8556.4777.278.63
Hex27255055755384d9
Octal47455051271257011511
Binary10011110010110101011010111101010111100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272505; }

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

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

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

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

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

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

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

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