Html Css Color HEX #272006 Maire

📋 copy color: '#272006'

red 39 ◦ green 32 ◦ blue 6

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

Shades of Maire #272006

Tints of Maire #272006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 41.56%

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 50.65%
G = 41.56%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.85

RGB Variations

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

Color information

#272006 (or 0x272006) is known color: Maire. HEX triplet: 27, 20 and 06. RGB value is (39,32,6). Sum of RGB (Red+Green+Blue) = 39+32+6=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #272006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272006 is #D8DFF9. Grayscale: #1F1F1F. Windows color (decimal): -14213114 or 401447. OLE color: 401447.

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

Color convert

RGB 39 32 6 -
CMYK 0 0.18 0.85 0.85
HSL 47.27º 0.73% 0.09% -
HSV(B) 47.27º 0.85% 0.15% -
XYZ 1.39 1.48 0.38 -
YUV 31.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 39 32 6 0 0.18 0.85 0.85 47.27 0.73 0.09
Hex 27 20 6 0 12 55 55 2F 49 9
Octal 47 40 6 0 22 125 125 57 111 11
Binary 100111 100000 110 0 10010 1010101 1010101 101111 1001001 1001

Color Harmonies of #272006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272006

Black with #272006

Text Example


Text Example

White with #272006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272006; }

 p { color: rgb(39,32,6); }

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

background-color css

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

 a { background-color: rgb(39,32,6); }

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

border-color css

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

 span { border-color: rgb(39,32,6); }

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