Html Css Color HEX #44073B Mardi Gras

📋 copy color: '#44073B'

red 68 ◦ green 7 ◦ blue 59

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

Shades of Mardi Gras #44073B

Tints of Mardi Gras #44073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.22%

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 50.75%
G = 5.22%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#44073B (or 0x44073B) is known color: Mardi Gras. HEX triplet: 44, 07 and 3B. RGB value is (68,7,59). Sum of RGB (Red+Green+Blue) = 68+7+59=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44073B is #BBF8C4. Grayscale: #1F1F1F. Windows color (decimal): -12318917 or 3868484. OLE color: 3868484.

HSL color Cylindrical-coordinate representation of color #44073B: hue angle of 308.85º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44073B is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 7 59 -
CMYK 0 0.90 0.13 0.73
HSL 308.85º 0.81% 0.15% -
HSV(B) 308.85º 0.9% 0.27% -
XYZ 3.25 1.7 4.29 -
YUV 31.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 68 7 59 0 0.90 0.13 0.73 308.85 0.81 0.15
Hex 44 7 3B 0 5A D 49 135 51 F
Octal 104 7 73 0 132 15 111 465 121 17
Binary 1000100 111 111011 0 1011010 1101 1001001 100110101 1010001 1111

Color Harmonies of #44073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44073B

Black with #44073B

Text Example


Text Example

White with #44073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44073B; }

 p { color: rgb(68,7,59); }

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

background-color css

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

 a { background-color: rgb(68,7,59); }

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

border-color css

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

 span { border-color: rgb(68,7,59); }

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