#27210D

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

Shades of Maire #27210D

Tints of Maire #27210D

Color information

#27210D (or 0x27210D) is unknown color: approx Maire. HEX triplet: 27, 21 and 0D. RGB value is (39,33,13). Sum of RGB (Red+Green+Blue) = 39+33+13=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27210D is #D8DEF2. Grayscale: #202020. Windows color (decimal): -14212851 or 860455. OLE color: 860455.

HSL color Cylindrical-coordinate representation of color #27210D: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27210D is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB393313-
CMYK00.150.670.85
HSL46.15º50%10.2%-
HSV(B)46.15º66.67%15.29%-
XYZ1.451.550.6-
YUV32.51116.99132.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=45.88%
G=38.82%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39331300.150.670.8546.155010.2
Hex2721D0F43552e32a
Octal474115017103125566212
Binary100111100001110101111100001110101011011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27210D; }

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

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

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

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

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

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

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

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