#090208

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

Shades of Mardi Gras #090208

Tints of Mardi Gras #090208

Color information

#090208 (or 0x090208) is unknown color: approx Mardi Gras. HEX triplet: 09, 02 and 08. RGB value is (9,2,8). Sum of RGB (Red+Green+Blue) = 9+2+8=19 (2% of max value = 765). Red value is 9 (3.91% from 255 or 47.37% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 9 - color contains mainly: red. Hex color #090208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090208 is #F6FDF7. Grayscale: #040404. Windows color (decimal): -16186872 or 524809. OLE color: 524809.

HSL color Cylindrical-coordinate representation of color #090208: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #090208 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.96.

Color convert

RGB928-
CMYK00.780.110.96
HSL308.57º63.64%2.16%-
HSV(B)308.57º77.78%3.53%-
XYZ0.180.120.24-
YUV4.78129.82131.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 47.37%
GREEN value IS 2 (1.17% from 255) = 10.53%
BLUE value IS 8 (3.52% from 255) = 42.11%
R=47.37%
G=10.53%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal92800.780.110.96308.5763.642.16
Hex92804EB60135402
Octal112100116131404651002
Binary10011010000100111010111100000100110101100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090208; }

 p { color: rgb(9,2,8); }

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

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

 a { background-color: rgb(9,2,8); }

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

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

 span { border-color: rgb(9,2,8); }

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