Html Css Color HEX #272004 Maire

📋 copy color: '#272004'

red 39 ◦ green 32 ◦ blue 4

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

Shades of Maire #272004

Tints of Maire #272004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.33%

R = 52%
G = 42.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.85

RGB Variations

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

Color information

#272004 (or 0x272004) is known color: Maire. HEX triplet: 27, 20 and 04. RGB value is (39,32,4). Sum of RGB (Red+Green+Blue) = 39+32+4=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #272004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272004 is #D8DFFB. Grayscale: #1F1F1F. Windows color (decimal): -14213116 or 270375. OLE color: 270375.

HSL color Cylindrical-coordinate representation of color #272004: hue angle of 48º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #272004 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 32 4 -
CMYK 0 0.18 0.90 0.85
HSL 48º 0.81% 0.08% -
HSV(B) 48º 0.9% 0.15% -
XYZ 1.38 1.47 0.33 -
YUV 30.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 39 32 4 0 0.18 0.90 0.85 48 0.81 0.08
Hex 27 20 4 0 12 5A 55 30 51 8
Octal 47 40 4 0 22 132 125 60 121 10
Binary 100111 100000 100 0 10010 1011010 1010101 110000 1010001 1000

Color Harmonies of #272004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272004

Black with #272004

Text Example


Text Example

White with #272004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272004; }

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

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

background-color css

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

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

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

border-color css

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

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

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