#260126

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

Shades of Mardi Gras #260126

Tints of Mardi Gras #260126

Color information

#260126 (or 0x260126) is unknown color: approx Mardi Gras. HEX triplet: 26, 01 and 26. RGB value is (38,1,38). Sum of RGB (Red+Green+Blue) = 38+1+38=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: red, blue. Hex color #260126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260126 is #D9FED9. Grayscale: #101010. Windows color (decimal): -14286554 or 2490662. OLE color: 2490662.

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

Color convert

RGB38138-
CMYK00.9700.85
HSL300º94.87%7.65%-
HSV(B)300º97.37%14.9%-
XYZ1.160.571.88-
YUV16.28140.26143.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=49.35%
G=1.30%
B=49.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3813800.9700.8530094.877.65
Hex2612606105512c5f8
Octal461460141012545413710
Binary1001101100110011000010101010110010110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260126; }

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

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

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

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

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

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

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

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