Html Css Color HEX #272215 Maire

📋 copy color: '#272215'

red 39 ◦ green 34 ◦ blue 21

#272215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #272215

Tints of Maire #272215

RGB

 RED value IS 39 (15.63% from 255) = 41.49%

 GREEN value IS 34 (13.67% from 255) = 36.17%

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 41.49%
G = 36.17%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#272215 (or 0x272215) is known color: Maire. HEX triplet: 27, 22 and 15. RGB value is (39,34,21). Sum of RGB (Red+Green+Blue) = 39+34+21=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #272215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272215 is #D8DDEA. Grayscale: #222222. Windows color (decimal): -14212587 or 1384999. OLE color: 1384999.

HSL color Cylindrical-coordinate representation of color #272215: hue angle of 43.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #272215 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 34 21 -
CMYK 0 0.13 0.46 0.85
HSL 43.33º 0.3% 0.12% -
HSV(B) 43.33º 0.46% 0.15% -
XYZ 1.54 1.63 0.94 -
YUV 34.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 39 34 21 0 0.13 0.46 0.85 43.33 0.3 0.12
Hex 27 22 15 0 D 2E 55 2B 1E C
Octal 47 42 25 0 15 56 125 53 36 14
Binary 100111 100010 10101 0 1101 101110 1010101 101011 11110 1100

Color Harmonies of #272215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272215

Black with #272215

Text Example


Text Example

White with #272215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272215; }

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

 H1.HeaderClassName
 {
   color: #272215;
 }
 .AnyTagClassName
 {
   color: #272215;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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