Html Css Color HEX #290125 Mardi Gras

📋 copy color: '#290125'

red 41 ◦ green 1 ◦ blue 37

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

Shades of Mardi Gras #290125

Tints of Mardi Gras #290125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.27%

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

R = 51.9%
G = 1.27%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#290125 (or 0x290125) is known color: Mardi Gras. HEX triplet: 29, 01 and 25. RGB value is (41,1,37). Sum of RGB (Red+Green+Blue) = 41+1+37=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290125 is #D6FEDA. Grayscale: #101010. Windows color (decimal): -14089947 or 2425129. OLE color: 2425129.

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

Color convert

RGB 41 1 37 -
CMYK 0 0.98 0.10 0.84
HSL 306º 0.95% 0.08% -
HSV(B) 306º 0.98% 0.16% -
XYZ 1.26 0.63 1.8 -
YUV 17.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 41 1 37 0 0.98 0.10 0.84 306 0.95 0.08
Hex 29 1 25 0 62 A 54 132 5F 8
Octal 51 1 45 0 142 12 124 462 137 10
Binary 101001 1 100101 0 1100010 1010 1010100 100110010 1011111 1000

Color Harmonies of #290125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290125

Black with #290125

Text Example


Text Example

White with #290125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290125; }

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

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

background-color css

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

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

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

border-color css

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

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

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