#250522

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

Shades of Mardi Gras #250522

Tints of Mardi Gras #250522

Color information

#250522 (or 0x250522) is unknown color: approx Mardi Gras. HEX triplet: 25, 05 and 22. RGB value is (37,5,34). Sum of RGB (Red+Green+Blue) = 37+5+34=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 34 (13.67% from 255 or 44.74% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250522 is #DAFADD. Grayscale: #111111. Windows color (decimal): -14351070 or 2229541. OLE color: 2229541.

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

Color convert

RGB37534-
CMYK00.860.080.85
HSL305.62º76.19%8.24%-
HSV(B)305.62º86.49%14.51%-
XYZ1.110.621.57-
YUV17.87137.1141.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 34 (13.67% from 255) = 44.74%
R=48.68%
G=6.58%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3753400.860.080.85305.6276.198.24
Hex255220568551324c8
Octal4554201261012546211410
Binary100101101100010010101101000101010110011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250522; }

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

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

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

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

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

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

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

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