Html Css Color HEX #272505 Maire

📋 copy color: '#272505'

red 39 ◦ green 37 ◦ blue 5

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

Shades of Maire #272505

Tints of Maire #272505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 45.68%

 BLUE value IS 5 (2.34% from 255) = 6.17%

R = 48.15%
G = 45.68%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#272505 (or 0x272505) is known color: Maire. HEX triplet: 27, 25 and 05. RGB value is (39,37,5). Sum of RGB (Red+Green+Blue) = 39+37+5=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #272505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272505 is #D8DAFA. Grayscale: #222222. Windows color (decimal): -14211835 or 337191. OLE color: 337191.

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

Color convert

RGB 39 37 5 -
CMYK 0 0.05 0.87 0.85
HSL 56.47º 0.77% 0.09% -
HSV(B) 56.47º 0.87% 0.15% -
XYZ 1.53 1.77 0.4 -
YUV 33.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 39 37 5 0 0.05 0.87 0.85 56.47 0.77 0.09
Hex 27 25 5 0 5 57 55 38 4D 9
Octal 47 45 5 0 5 127 125 70 115 11
Binary 100111 100101 101 0 101 1010111 1010101 111000 1001101 1001

Color Harmonies of #272505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272505

Black with #272505

Text Example


Text Example

White with #272505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272505; }

 p { color: rgb(39,37,5); }

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

background-color css

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

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

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

border-color css

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

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

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