Html Css Color HEX #090209 Mardi Gras

📋 copy color: '#090209'

red 9 ◦ green 2 ◦ blue 9

#090209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #090209

Tints of Mardi Gras #090209

RGB

 RED value IS 9 (3.91% from 255) = 45%

 GREEN value IS 2 (1.17% from 255) = 10%

 BLUE value IS 9 (3.91% from 255) = 45%

R = 45%
G = 10%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#090209 (or 0x090209) is known color: Mardi Gras. HEX triplet: 09, 02 and 09. RGB value is (9,2,9). Sum of RGB (Red+Green+Blue) = 9+2+9=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 9 (3.91% from 255 or 45% from 20); Max value from RGB is 9 - color contains mainly: red, blue. Hex color #090209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090209 is #F6FDF6. Grayscale: #040404. Windows color (decimal): -16186871 or 590345. OLE color: 590345.

HSL color Cylindrical-coordinate representation of color #090209: hue angle of 300º 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 #090209 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 2 9 -
CMYK 0 0.78 0 0.96
HSL 300º 0.64% 0.02% -
HSV(B) 300º 0.78% 0.04% -
XYZ 0.18 0.12 0.27 -
YUV 4.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 9 2 9 0 0.78 0 0.96 300 0.64 0.02
Hex 9 2 9 0 4E 0 60 12C 40 2
Octal 11 2 11 0 116 0 140 454 100 2
Binary 1001 10 1001 0 1001110 0 1100000 100101100 1000000 10

Color Harmonies of #090209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090209

Black with #090209

Text Example


Text Example

White with #090209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090209; }

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

 H1.HeaderClassName
 {
   color: #090209;
 }
 .AnyTagClassName
 {
   color: #090209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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