#280822

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

Shades of Mardi Gras #280822

Tints of Mardi Gras #280822

Color information

#280822 (or 0x280822) is unknown color: approx Mardi Gras. HEX triplet: 28, 08 and 22. RGB value is (40,8,34). Sum of RGB (Red+Green+Blue) = 40+8+34=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #280822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280822 is #D7F7DD. Grayscale: #141414. Windows color (decimal): -14153694 or 2230312. OLE color: 2230312.

HSL color Cylindrical-coordinate representation of color #280822: hue angle of 311.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280822 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB40834-
CMYK00.800.150.84
HSL311.25º66.67%9.41%-
HSV(B)311.25º80%15.69%-
XYZ1.250.741.59-
YUV20.53135.6141.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.78%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 34 (13.67% from 255) = 41.46%
R=48.78%
G=9.76%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4083400.800.150.84311.2566.679.41
Hex28822050F54137439
Octal50104201201712446710311
Binary1010001000100010010100001111101010010011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280822; }

 p { color: rgb(40,8,34); }

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

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

 a { background-color: rgb(40,8,34); }

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

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

 span { border-color: rgb(40,8,34); }

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