Html Css Color HEX #272009 Maire

📋 copy color: '#272009'

red 39 ◦ green 32 ◦ blue 9

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

Shades of Maire #272009

Tints of Maire #272009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.25%

R = 48.75%
G = 40%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.85

RGB Variations

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

Color information

#272009 (or 0x272009) is known color: Maire. HEX triplet: 27, 20 and 09. RGB value is (39,32,9). Sum of RGB (Red+Green+Blue) = 39+32+9=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #272009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272009 is #D8DFF6. Grayscale: #1F1F1F. Windows color (decimal): -14213111 or 598055. OLE color: 598055.

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

Color convert

RGB 39 32 9 -
CMYK 0 0.18 0.77 0.85
HSL 46º 0.63% 0.09% -
HSV(B) 46º 0.77% 0.15% -
XYZ 1.4 1.48 0.47 -
YUV 31.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 39 32 9 0 0.18 0.77 0.85 46 0.63 0.09
Hex 27 20 9 0 12 4D 55 2E 3E 9
Octal 47 40 11 0 22 115 125 56 76 11
Binary 100111 100000 1001 0 10010 1001101 1010101 101110 111110 1001

Color Harmonies of #272009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272009

Black with #272009

Text Example


Text Example

White with #272009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272009; }

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

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

background-color css

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

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

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

border-color css

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

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

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