#271527

Color #271527 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #271527

Tints of Mardi Gras #271527

Color information

#271527 (or 0x271527) is unknown color: approx Mardi Gras. HEX triplet: 27, 15 and 27. RGB value is (39,21,39). Sum of RGB (Red+Green+Blue) = 39+21+39=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #271527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271527 is #D8EAD8. Grayscale: #1C1C1C. Windows color (decimal): -14215897 or 2561319. OLE color: 2561319.

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

Color convert

RGB392139-
CMYK00.4600.85
HSL300º30%11.76%-
HSV(B)300º46.15%15.29%-
XYZ1.471.112.06-
YUV28.43133.96135.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=39.39%
G=21.21%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39213900.4600.853003011.76
Hex27152702E05512c1ec
Octal47254705601254543614
Binary10011110101100111010111001010101100101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271527; }

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

 H1.HeaderClassName
 {
   color: #271527;
 }
 .AnyTagClassName
 {
   color: #271527;
 }
</style>
background-color css

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

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

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

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

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

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