#272104

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

Shades of Maire #272104

Tints of Maire #272104

Color information

#272104 (or 0x272104) is unknown color: approx Maire. HEX triplet: 27, 21 and 04. RGB value is (39,33,4). Sum of RGB (Red+Green+Blue) = 39+33+4=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #272104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272104 is #D8DEFB. Grayscale: #1F1F1F. Windows color (decimal): -14212860 or 270631. OLE color: 270631.

HSL color Cylindrical-coordinate representation of color #272104: hue angle of 49.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #272104 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB39334-
CMYK00.150.900.85
HSL49.71º81.4%8.43%-
HSV(B)49.71º89.74%15.29%-
XYZ1.41.530.34-
YUV31.49112.49133.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=51.32%
G=43.42%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3933400.150.900.8549.7181.48.43
Hex272140F5A5532518
Octal474140171321256212110
Binary100111100001100011111011010101010111001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272104; }

 p { color: rgb(39,33,4); }

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

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

 a { background-color: rgb(39,33,4); }

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

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

 span { border-color: rgb(39,33,4); }

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