Html Css Color HEX #272501 Maire

📋 copy color: '#272501'

red 39 ◦ green 37 ◦ blue 1

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

Shades of Maire #272501

Tints of Maire #272501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.3%

R = 50.65%
G = 48.05%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#272501 (or 0x272501) is known color: Maire. HEX triplet: 27, 25 and 01. RGB value is (39,37,1). Sum of RGB (Red+Green+Blue) = 39+37+1=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #272501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272501 is #D8DAFE. Grayscale: #212121. Windows color (decimal): -14211839 or 75047. OLE color: 75047.

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

Color convert

RGB 39 37 1 -
CMYK 0 0.05 0.97 0.85
HSL 56.84º 0.95% 0.08% -
HSV(B) 56.84º 0.97% 0.15% -
XYZ 1.5 1.76 0.29 -
YUV 33.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 39 37 1 0 0.05 0.97 0.85 56.84 0.95 0.08
Hex 27 25 1 0 5 61 55 39 5F 8
Octal 47 45 1 0 5 141 125 71 137 10
Binary 100111 100101 1 0 101 1100001 1010101 111001 1011111 1000

Color Harmonies of #272501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272501

Black with #272501

Text Example


Text Example

White with #272501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272501; }

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

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

background-color css

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

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

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

border-color css

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

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

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