#260125

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

Shades of Mardi Gras #260125

Tints of Mardi Gras #260125

Color information

#260125 (or 0x260125) is unknown color: approx Mardi Gras. HEX triplet: 26, 01 and 25. RGB value is (38,1,37). Sum of RGB (Red+Green+Blue) = 38+1+37=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #260125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260125 is #D9FEDA. Grayscale: #101010. Windows color (decimal): -14286555 or 2425126. OLE color: 2425126.

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

Color convert

RGB38137-
CMYK00.970.030.85
HSL301.62º94.87%7.65%-
HSV(B)301.62º97.37%14.9%-
XYZ1.140.571.8-
YUV16.17139.76143.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=50%
G=1.32%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3813700.970.030.85301.6294.877.65
Hex2612506135512e5f8
Octal461450141312545613710
Binary10011011001010110000111101010110010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260125; }

 p { color: rgb(38,1,37); }

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

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

 a { background-color: rgb(38,1,37); }

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

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

 span { border-color: rgb(38,1,37); }

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