#250821

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

Shades of Mardi Gras #250821

Tints of Mardi Gras #250821

Color information

#250821 (or 0x250821) is unknown color: approx Mardi Gras. HEX triplet: 25, 08 and 21. RGB value is (37,8,33). Sum of RGB (Red+Green+Blue) = 37+8+33=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250821 is #DAF7DE. Grayscale: #131313. Windows color (decimal): -14350303 or 2164773. OLE color: 2164773.

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

Color convert

RGB37833-
CMYK00.780.110.85
HSL308.28º64.44%8.82%-
HSV(B)308.28º78.38%14.51%-
XYZ1.120.681.51-
YUV19.52135.61140.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=47.44%
G=10.26%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3783300.780.110.85308.2864.448.82
Hex2582104EB55134409
Octal45104101161312546410011
Binary1001011000100001010011101011101010110011010010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250821; }

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

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

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

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

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

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

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

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