#280725

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

Shades of Mardi Gras #280725

Tints of Mardi Gras #280725

Color information

#280725 (or 0x280725) is unknown color: approx Mardi Gras. HEX triplet: 28, 07 and 25. RGB value is (40,7,37). Sum of RGB (Red+Green+Blue) = 40+7+37=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #280725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280725 is #D7F8DA. Grayscale: #141414. Windows color (decimal): -14153947 or 2426664. OLE color: 2426664.

HSL color Cylindrical-coordinate representation of color #280725: hue angle of 305.45º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280725 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB40737-
CMYK00.830.070.84
HSL305.45º70.21%9.22%-
HSV(B)305.45º82.5%15.69%-
XYZ1.280.741.82-
YUV20.29137.43142.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 37 (14.84% from 255) = 44.05%
R=47.62%
G=8.33%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4073700.830.070.84305.4570.219.22
Hex28725053754131469
Octal507450123712446110611
Binary10100011110010101010011111101010010011000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280725; }

 p { color: rgb(40,7,37); }

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

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

 a { background-color: rgb(40,7,37); }

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

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

 span { border-color: rgb(40,7,37); }

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