#250220

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

Shades of Mardi Gras #250220

Tints of Mardi Gras #250220

Color information

#250220 (or 0x250220) is unknown color: approx Mardi Gras. HEX triplet: 25, 02 and 20. RGB value is (37,2,32). Sum of RGB (Red+Green+Blue) = 37+2+32=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250220 is #DAFDDF. Grayscale: #0F0F0F. Windows color (decimal): -14351840 or 2097701. OLE color: 2097701.

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

Color convert

RGB37232-
CMYK00.950.140.85
HSL308.57º89.74%7.65%-
HSV(B)308.57º94.59%14.51%-
XYZ1.050.541.42-
YUV15.88137.1143.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 32 (12.89% from 255) = 45.07%
R=52.11%
G=2.82%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3723200.950.140.85308.5789.747.65
Hex2522005FE551355a8
Octal4524001371612546513210
Binary10010110100000010111111110101010110011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250220; }

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

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

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

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

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

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

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

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