#27210F

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

Shades of Maire #27210F

Tints of Maire #27210F

Color information

#27210F (or 0x27210F) is unknown color: approx Maire. HEX triplet: 27, 21 and 0F. RGB value is (39,33,15). Sum of RGB (Red+Green+Blue) = 39+33+15=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #27210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27210F is #D8DEF0. Grayscale: #202020. Windows color (decimal): -14212849 or 991527. OLE color: 991527.

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

Color convert

RGB393315-
CMYK00.150.620.85
HSL45º44.44%10.59%-
HSV(B)45º61.54%15.29%-
XYZ1.471.550.67-
YUV32.74117.99132.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=44.83%
G=37.93%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39331500.150.620.854544.4410.59
Hex2721F0F3E552d2cb
Octal47411701776125555413
Binary10011110000111110111111111010101011011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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