Html Css Color HEX #44013D Mardi Gras

📋 copy color: '#44013D'

red 68 ◦ green 1 ◦ blue 61

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

Shades of Mardi Gras #44013D

Tints of Mardi Gras #44013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 52.31%
G = 0.77%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#44013D (or 0x44013D) is known color: Mardi Gras. HEX triplet: 44, 01 and 3D. RGB value is (68,1,61). Sum of RGB (Red+Green+Blue) = 68+1+61=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44013D is #BBFEC2. Grayscale: #1B1B1B. Windows color (decimal): -12320451 or 3998020. OLE color: 3998020.

HSL color Cylindrical-coordinate representation of color #44013D: hue angle of 306.27º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44013D is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 1 61 -
CMYK 0 0.99 0.10 0.73
HSL 306.27º 0.97% 0.14% -
HSV(B) 306.27º 0.99% 0.27% -
XYZ 3.24 1.59 4.55 -
YUV 27.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 68 1 61 0 0.99 0.10 0.73 306.27 0.97 0.14
Hex 44 1 3D 0 63 A 49 132 61 E
Octal 104 1 75 0 143 12 111 462 141 16
Binary 1000100 1 111101 0 1100011 1010 1001001 100110010 1100001 1110

Color Harmonies of #44013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44013D

Black with #44013D

Text Example


Text Example

White with #44013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44013D; }

 p { color: rgb(68,1,61); }

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

background-color css

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

 a { background-color: rgb(68,1,61); }

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

border-color css

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

 span { border-color: rgb(68,1,61); }

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