Html Css Color HEX #440942 Mardi Gras

📋 copy color: '#440942'

red 68 ◦ green 9 ◦ blue 66

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

Shades of Mardi Gras #440942

Tints of Mardi Gras #440942

RGB

 RED value IS 68 (26.95% from 255) = 47.55%

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

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 47.55%
G = 6.29%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#440942 (or 0x440942) is known color: Mardi Gras. HEX triplet: 44, 09 and 42. RGB value is (68,9,66). Sum of RGB (Red+Green+Blue) = 68+9+66=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #440942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440942 is #BBF6BD. Grayscale: #202020. Windows color (decimal): -12318398 or 4327748. OLE color: 4327748.

HSL color Cylindrical-coordinate representation of color #440942: hue angle of 302.03º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440942 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 9 66 -
CMYK 0 0.87 0.03 0.73
HSL 302.03º 0.77% 0.15% -
HSV(B) 302.03º 0.87% 0.27% -
XYZ 3.46 1.82 5.32 -
YUV 33.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 68 9 66 0 0.87 0.03 0.73 302.03 0.77 0.15
Hex 44 9 42 0 57 3 49 12E 4D F
Octal 104 11 102 0 127 3 111 456 115 17
Binary 1000100 1001 1000010 0 1010111 11 1001001 100101110 1001101 1111

Color Harmonies of #440942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440942

Black with #440942

Text Example


Text Example

White with #440942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440942; }

 p { color: rgb(68,9,66); }

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

background-color css

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

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

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

border-color css

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

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

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