#250523

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

Shades of Mardi Gras #250523

Tints of Mardi Gras #250523

Color information

#250523 (or 0x250523) is unknown color: approx Mardi Gras. HEX triplet: 25, 05 and 23. RGB value is (37,5,35). Sum of RGB (Red+Green+Blue) = 37+5+35=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250523 is #DAFADC. Grayscale: #111111. Windows color (decimal): -14351069 or 2295077. OLE color: 2295077.

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

Color convert

RGB37535-
CMYK00.860.050.85
HSL303.75º76.19%8.24%-
HSV(B)303.75º86.49%14.51%-
XYZ1.120.621.65-
YUV17.99137.6141.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 35 (14.06% from 255) = 45.45%
R=48.05%
G=6.49%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3753500.860.050.85303.7576.198.24
Hex255230565551304c8
Octal455430126512546011410
Binary10010110110001101010110101101010110011000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250523; }

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

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

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

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

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

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

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

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