#270522

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

Shades of Mardi Gras #270522

Tints of Mardi Gras #270522

Color information

#270522 (or 0x270522) is unknown color: approx Mardi Gras. HEX triplet: 27, 05 and 22. RGB value is (39,5,34). Sum of RGB (Red+Green+Blue) = 39+5+34=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 34 (13.67% from 255 or 43.59% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #270522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270522 is #D8FADD. Grayscale: #121212. Windows color (decimal): -14219998 or 2229543. OLE color: 2229543.

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

Color convert

RGB39534-
CMYK00.870.130.85
HSL308.82º77.27%8.63%-
HSV(B)308.82º87.18%15.29%-
XYZ1.180.661.58-
YUV18.47136.76142.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 34 (13.67% from 255) = 43.59%
R=50%
G=6.41%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3953400.870.130.85308.8277.278.63
Hex27522057D551354d9
Octal4754201271512546511511
Binary100111101100010010101111101101010110011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270522; }

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

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

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

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

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

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

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

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