Html Css Color HEX #290425 Mardi Gras

📋 copy color: '#290425'

red 41 ◦ green 4 ◦ blue 37

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

Shades of Mardi Gras #290425

Tints of Mardi Gras #290425

RGB

 RED value IS 41 (16.41% from 255) = 50%

 GREEN value IS 4 (1.95% from 255) = 4.88%

 BLUE value IS 37 (14.84% from 255) = 45.12%

R = 50%
G = 4.88%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#290425 (or 0x290425) is known color: Mardi Gras. HEX triplet: 29, 04 and 25. RGB value is (41,4,37). Sum of RGB (Red+Green+Blue) = 41+4+37=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290425 is #D6FBDA. Grayscale: #121212. Windows color (decimal): -14089179 or 2425897. OLE color: 2425897.

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

Color convert

RGB 41 4 37 -
CMYK 0 0.90 0.10 0.84
HSL 306.49º 0.82% 0.09% -
HSV(B) 306.49º 0.9% 0.16% -
XYZ 1.29 0.69 1.82 -
YUV 18.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 41 4 37 0 0.90 0.10 0.84 306.49 0.82 0.09
Hex 29 4 25 0 5A A 54 132 52 9
Octal 51 4 45 0 132 12 124 462 122 11
Binary 101001 100 100101 0 1011010 1010 1010100 100110010 1010010 1001

Color Harmonies of #290425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290425

Black with #290425

Text Example


Text Example

White with #290425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290425; }

 p { color: rgb(41,4,37); }

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

background-color css

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

 a { background-color: rgb(41,4,37); }

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

border-color css

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

 span { border-color: rgb(41,4,37); }

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