#250921

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

Shades of Mardi Gras #250921

Tints of Mardi Gras #250921

Color information

#250921 (or 0x250921) is unknown color: approx Mardi Gras. HEX triplet: 25, 09 and 21. RGB value is (37,9,33). Sum of RGB (Red+Green+Blue) = 37+9+33=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250921 is #DAF6DE. Grayscale: #141414. Windows color (decimal): -14350047 or 2165029. OLE color: 2165029.

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

Color convert

RGB37933-
CMYK00.760.110.85
HSL308.57º60.87%9.02%-
HSV(B)308.57º75.68%14.51%-
XYZ1.140.71.51-
YUV20.11135.28140.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 33 (13.28% from 255) = 41.77%
R=46.84%
G=11.39%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3793300.760.110.85308.5760.879.02
Hex2592104CB551353d9
Octal4511410114131254657511
Binary100101100110000101001100101110101011001101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250921; }

 p { color: rgb(37,9,33); }

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

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

 a { background-color: rgb(37,9,33); }

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

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

 span { border-color: rgb(37,9,33); }

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