Html Css Color HEX #272413 Maire

📋 copy color: '#272413'

red 39 ◦ green 36 ◦ blue 19

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

Shades of Maire #272413

Tints of Maire #272413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 38.3%

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

R = 41.49%
G = 38.3%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#272413 (or 0x272413) is known color: Maire. HEX triplet: 27, 24 and 13. RGB value is (39,36,19). Sum of RGB (Red+Green+Blue) = 39+36+19=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #272413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272413 is #D8DBEC. Grayscale: #232323. Windows color (decimal): -14212077 or 1254439. OLE color: 1254439.

HSL color Cylindrical-coordinate representation of color #272413: hue angle of 51º 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 #272413 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 36 19 -
CMYK 0 0.08 0.51 0.85
HSL 51º 0.34% 0.11% -
HSV(B) 51º 0.51% 0.15% -
XYZ 1.59 1.74 0.87 -
YUV 34.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 39 36 19 0 0.08 0.51 0.85 51 0.34 0.11
Hex 27 24 13 0 8 33 55 33 22 B
Octal 47 44 23 0 10 63 125 63 42 13
Binary 100111 100100 10011 0 1000 110011 1010101 110011 100010 1011

Color Harmonies of #272413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272413

Black with #272413

Text Example


Text Example

White with #272413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272413; }

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

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

background-color css

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

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

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

border-color css

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

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

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