Html Css Color HEX #272001 Maire

📋 copy color: '#272001'

red 39 ◦ green 32 ◦ blue 1

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

Shades of Maire #272001

Tints of Maire #272001

RGB

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

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

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

R = 54.17%
G = 44.44%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#272001 (or 0x272001) is known color: Maire. HEX triplet: 27, 20 and 01. RGB value is (39,32,1). Sum of RGB (Red+Green+Blue) = 39+32+1=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #272001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272001 is #D8DFFE. Grayscale: #1E1E1E. Windows color (decimal): -14213119 or 73767. OLE color: 73767.

HSL color Cylindrical-coordinate representation of color #272001: hue angle of 48.95º 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 #272001 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 32 1 -
CMYK 0 0.18 0.97 0.85
HSL 48.95º 0.95% 0.08% -
HSV(B) 48.95º 0.97% 0.15% -
XYZ 1.36 1.47 0.24 -
YUV 30.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 39 32 1 0 0.18 0.97 0.85 48.95 0.95 0.08
Hex 27 20 1 0 12 61 55 31 5F 8
Octal 47 40 1 0 22 141 125 61 137 10
Binary 100111 100000 1 0 10010 1100001 1010101 110001 1011111 1000

Color Harmonies of #272001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272001

Black with #272001

Text Example


Text Example

White with #272001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272001; }

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

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

background-color css

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

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

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

border-color css

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

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

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