#27220B

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

Shades of Maire #27220B

Tints of Maire #27220B

Color information

#27220B (or 0x27220B) is unknown color: approx Maire. HEX triplet: 27, 22 and 0B. RGB value is (39,34,11). Sum of RGB (Red+Green+Blue) = 39+34+11=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #27220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27220B is #D8DDF4. Grayscale: #202020. Windows color (decimal): -14212597 or 729639. OLE color: 729639.

HSL color Cylindrical-coordinate representation of color #27220B: hue angle of 49.29º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27220B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB393411-
CMYK00.130.720.85
HSL49.29º56%9.8%-
HSV(B)49.29º71.79%15.29%-
XYZ1.471.60.55-
YUV32.87115.66132.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.43%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=46.43%
G=40.48%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39341100.130.720.8549.29569.8
Hex2722B0D48553138a
Octal474213015110125617012
Binary100111100010101101101100100010101011100011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27220B; }

 p { color: rgb(39,34,11); }

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

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

 a { background-color: rgb(39,34,11); }

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

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

 span { border-color: rgb(39,34,11); }

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