#250720

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

Shades of Mardi Gras #250720

Tints of Mardi Gras #250720

Color information

#250720 (or 0x250720) is unknown color: approx Mardi Gras. HEX triplet: 25, 07 and 20. RGB value is (37,7,32). Sum of RGB (Red+Green+Blue) = 37+7+32=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250720 is #DAF8DF. Grayscale: #121212. Windows color (decimal): -14350560 or 2098981. OLE color: 2098981.

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

Color convert

RGB37732-
CMYK00.810.140.85
HSL310º68.18%8.63%-
HSV(B)310º81.08%14.51%-
XYZ1.10.651.43-
YUV18.82135.44140.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=48.68%
G=9.21%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3773200.810.140.8531068.188.63
Hex25720051E55136449
Octal4574001211612546610411
Binary100101111100000010100011110101010110011011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250720; }

 p { color: rgb(37,7,32); }

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

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

 a { background-color: rgb(37,7,32); }

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

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

 span { border-color: rgb(37,7,32); }

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