#250420

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

Shades of Mardi Gras #250420

Tints of Mardi Gras #250420

Color information

#250420 (or 0x250420) is unknown color: approx Mardi Gras. HEX triplet: 25, 04 and 20. RGB value is (37,4,32). Sum of RGB (Red+Green+Blue) = 37+4+32=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250420 is #DAFBDF. Grayscale: #101010. Windows color (decimal): -14351328 or 2098213. OLE color: 2098213.

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

Color convert

RGB37432-
CMYK00.890.140.85
HSL309.09º80.49%8.04%-
HSV(B)309.09º89.19%14.51%-
XYZ1.070.581.42-
YUV17.06136.43142.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=50.68%
G=5.48%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3743200.890.140.85309.0980.498.04
Hex25420059E55135508
Octal4544001311612546512010
Binary100101100100000010110011110101010110011010110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250420; }

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

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

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

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

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

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

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

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