#280925

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

Shades of Mardi Gras #280925

Tints of Mardi Gras #280925

Color information

#280925 (or 0x280925) is unknown color: approx Mardi Gras. HEX triplet: 28, 09 and 25. RGB value is (40,9,37). Sum of RGB (Red+Green+Blue) = 40+9+37=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #280925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280925 is #D7F6DA. Grayscale: #151515. Windows color (decimal): -14153435 or 2427176. OLE color: 2427176.

HSL color Cylindrical-coordinate representation of color #280925: hue angle of 305.81º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280925 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB40937-
CMYK00.780.070.84
HSL305.81º63.27%9.61%-
HSV(B)305.81º77.5%15.69%-
XYZ1.310.781.83-
YUV21.46136.77141.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=46.51%
G=10.47%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4093700.780.070.84305.8163.279.61
Hex2892504E7541323fa
Octal501145011671244627712
Binary10100010011001010100111011110101001001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280925; }

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

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

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

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

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

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

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

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