#250820

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

Shades of Mardi Gras #250820

Tints of Mardi Gras #250820

Color information

#250820 (or 0x250820) is unknown color: approx Mardi Gras. HEX triplet: 25, 08 and 20. RGB value is (37,8,32). Sum of RGB (Red+Green+Blue) = 37+8+32=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250820 is #DAF7DF. Grayscale: #131313. Windows color (decimal): -14350304 or 2099237. OLE color: 2099237.

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

Color convert

RGB37832-
CMYK00.780.140.85
HSL310.34º64.44%8.82%-
HSV(B)310.34º78.38%14.51%-
XYZ1.110.671.44-
YUV19.41135.11140.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 32 (12.89% from 255) = 41.56%
R=48.05%
G=10.39%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3783200.780.140.85310.3464.448.82
Hex2582004EE55136409
Octal45104001161612546610011
Binary1001011000100000010011101110101010110011011010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250820; }

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

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

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

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

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

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

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

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