#250621

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

Shades of Mardi Gras #250621

Tints of Mardi Gras #250621

Color information

#250621 (or 0x250621) is unknown color: approx Mardi Gras. HEX triplet: 25, 06 and 21. RGB value is (37,6,33). Sum of RGB (Red+Green+Blue) = 37+6+33=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250621 is #DAF9DE. Grayscale: #121212. Windows color (decimal): -14350815 or 2164261. OLE color: 2164261.

HSL color Cylindrical-coordinate representation of color #250621: hue angle of 307.74º 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 #250621 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB37633-
CMYK00.840.110.85
HSL307.74º72.09%8.43%-
HSV(B)307.74º83.78%14.51%-
XYZ1.10.631.5-
YUV18.35136.27141.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=48.68%
G=7.89%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3763300.840.110.85307.7472.098.43
Hex25621054B55134488
Octal4564101241312546411010
Binary100101110100001010101001011101010110011010010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250621; }

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

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

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

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

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

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

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

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