Html Css Color HEX #290925 Mardi Gras

📋 copy color: '#290925'

red 41 ◦ green 9 ◦ blue 37

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

Shades of Mardi Gras #290925

Tints of Mardi Gras #290925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.34%

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

R = 47.13%
G = 10.34%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#290925 (or 0x290925) is known color: Mardi Gras. HEX triplet: 29, 09 and 25. RGB value is (41,9,37). Sum of RGB (Red+Green+Blue) = 41+9+37=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #290925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290925 is #D6F6DA. Grayscale: #151515. Windows color (decimal): -14087899 or 2427177. OLE color: 2427177.

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

Color convert

RGB 41 9 37 -
CMYK 0 0.78 0.10 0.84
HSL 307.5º 0.64% 0.1% -
HSV(B) 307.5º 0.78% 0.16% -
XYZ 1.35 0.8 1.83 -
YUV 21.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 41 9 37 0 0.78 0.10 0.84 307.5 0.64 0.1
Hex 29 9 25 0 4E A 54 134 40 A
Octal 51 11 45 0 116 12 124 464 100 12
Binary 101001 1001 100101 0 1001110 1010 1010100 100110100 1000000 1010

Color Harmonies of #290925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290925

Black with #290925

Text Example


Text Example

White with #290925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290925; }

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

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

background-color css

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

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

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

border-color css

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

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

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