#270821

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

Shades of Mardi Gras #270821

Tints of Mardi Gras #270821

Color information

#270821 (or 0x270821) is unknown color: approx Mardi Gras. HEX triplet: 27, 08 and 21. RGB value is (39,8,33). Sum of RGB (Red+Green+Blue) = 39+8+33=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #270821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270821 is #D8F7DE. Grayscale: #141414. Windows color (decimal): -14219231 or 2164775. OLE color: 2164775.

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

Color convert

RGB39833-
CMYK00.790.150.85
HSL311.61º65.96%9.22%-
HSV(B)311.61º79.49%15.29%-
XYZ1.20.711.51-
YUV20.12135.27141.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.75%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 33 (13.28% from 255) = 41.25%
R=48.75%
G=10%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3983300.790.150.85311.6165.969.22
Hex2782104FF55138429
Octal47104101171712547010211
Binary1001111000100001010011111111101010110011100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270821; }

 p { color: rgb(39,8,33); }

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

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

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

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

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

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

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