Html Css Color HEX #272707 Maire

📋 copy color: '#272707'

red 39 ◦ green 39 ◦ blue 7

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

Shades of Maire #272707

Tints of Maire #272707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.88%

 BLUE value IS 7 (3.13% from 255) = 8.24%

R = 45.88%
G = 45.88%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#272707 (or 0x272707) is known color: Maire. HEX triplet: 27, 27 and 07. RGB value is (39,39,7). Sum of RGB (Red+Green+Blue) = 39+39+7=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 39 - color contains mainly: red, green. Hex color #272707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272707 is #D8D8F8. Grayscale: #232323. Windows color (decimal): -14211321 or 468775. OLE color: 468775.

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

Color convert

RGB 39 39 7 -
CMYK 0 0 0.82 0.85
HSL 60º 0.7% 0.09% -
HSV(B) 60º 0.82% 0.15% -
XYZ 1.6 1.9 0.48 -
YUV 35.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 39 39 7 0 0 0.82 0.85 60 0.7 0.09
Hex 27 27 7 0 0 52 55 3C 46 9
Octal 47 47 7 0 0 122 125 74 106 11
Binary 100111 100111 111 0 0 1010010 1010101 111100 1000110 1001

Color Harmonies of #272707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272707

Black with #272707

Text Example


Text Example

White with #272707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272707; }

 p { color: rgb(39,39,7); }

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

background-color css

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

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

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

border-color css

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

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

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