Html Css Color HEX #272113 Maire

📋 copy color: '#272113'

red 39 ◦ green 33 ◦ blue 19

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

Shades of Maire #272113

Tints of Maire #272113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 36.26%

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 42.86%
G = 36.26%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#272113 (or 0x272113) is known color: Maire. HEX triplet: 27, 21 and 13. RGB value is (39,33,19). Sum of RGB (Red+Green+Blue) = 39+33+19=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #272113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272113 is #D8DEEC. Grayscale: #212121. Windows color (decimal): -14212845 or 1253671. OLE color: 1253671.

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

Color convert

RGB 39 33 19 -
CMYK 0 0.15 0.51 0.85
HSL 42º 0.34% 0.11% -
HSV(B) 42º 0.51% 0.15% -
XYZ 1.5 1.57 0.84 -
YUV 33.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 39 33 19 0 0.15 0.51 0.85 42 0.34 0.11
Hex 27 21 13 0 F 33 55 2A 22 B
Octal 47 41 23 0 17 63 125 52 42 13
Binary 100111 100001 10011 0 1111 110011 1010101 101010 100010 1011

Color Harmonies of #272113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272113

Black with #272113

Text Example


Text Example

White with #272113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272113; }

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

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

background-color css

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

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

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

border-color css

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

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

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