#250620

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

Shades of Mardi Gras #250620

Tints of Mardi Gras #250620

Color information

#250620 (or 0x250620) is unknown color: approx Mardi Gras. HEX triplet: 25, 06 and 20. RGB value is (37,6,32). Sum of RGB (Red+Green+Blue) = 37+6+32=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250620 is #DAF9DF. Grayscale: #121212. Windows color (decimal): -14350816 or 2098725. OLE color: 2098725.

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

Color convert

RGB37632-
CMYK00.840.140.85
HSL309.68º72.09%8.43%-
HSV(B)309.68º83.78%14.51%-
XYZ1.090.631.43-
YUV18.23135.77141.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 32 (12.89% from 255) = 42.67%
R=49.33%
G=8%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3763200.840.140.85309.6872.098.43
Hex25620054E55136488
Octal4564001241612546611010
Binary100101110100000010101001110101010110011011010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250620; }

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

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

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

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

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

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

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

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