#260720

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

Shades of Mardi Gras #260720

Tints of Mardi Gras #260720

Color information

#260720 (or 0x260720) is unknown color: approx Mardi Gras. HEX triplet: 26, 07 and 20. RGB value is (38,7,32). Sum of RGB (Red+Green+Blue) = 38+7+32=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #260720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260720 is #D9F8DF. Grayscale: #131313. Windows color (decimal): -14285024 or 2098982. OLE color: 2098982.

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

Color convert

RGB38732-
CMYK00.820.160.85
HSL311.61º68.89%8.82%-
HSV(B)311.61º81.58%14.9%-
XYZ1.140.671.44-
YUV19.12135.27141.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 32 (12.89% from 255) = 41.56%
R=49.35%
G=9.09%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3873200.820.160.85311.6168.898.82
Hex267200521055138459
Octal4674001222012547010511
Binary1001101111000000101001010000101010110011100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260720; }

 p { color: rgb(38,7,32); }

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

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

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

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

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

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

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