#250722

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

Shades of Mardi Gras #250722

Tints of Mardi Gras #250722

Color information

#250722 (or 0x250722) is unknown color: approx Mardi Gras. HEX triplet: 25, 07 and 22. RGB value is (37,7,34). Sum of RGB (Red+Green+Blue) = 37+7+34=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 34 (13.67% from 255 or 43.59% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250722 is #DAF8DD. Grayscale: #121212. Windows color (decimal): -14350558 or 2230053. OLE color: 2230053.

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

Color convert

RGB37734-
CMYK00.810.080.85
HSL306º68.18%8.63%-
HSV(B)306º81.08%14.51%-
XYZ1.130.661.58-
YUV19.05136.44140.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 34 (13.67% from 255) = 43.59%
R=47.44%
G=8.97%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3773400.810.080.8530668.188.63
Hex25722051855132449
Octal4574201211012546210411
Binary100101111100010010100011000101010110011001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250722; }

 p { color: rgb(37,7,34); }

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

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

 a { background-color: rgb(37,7,34); }

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

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

 span { border-color: rgb(37,7,34); }

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