Html Css Color HEX #44023D Mardi Gras

📋 copy color: '#44023D'

red 68 ◦ green 2 ◦ blue 61

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

Shades of Mardi Gras #44023D

Tints of Mardi Gras #44023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 51.91%
G = 1.53%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#44023D (or 0x44023D) is known color: Mardi Gras. HEX triplet: 44, 02 and 3D. RGB value is (68,2,61). Sum of RGB (Red+Green+Blue) = 68+2+61=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44023D is #BBFDC2. Grayscale: #1C1C1C. Windows color (decimal): -12320195 or 3998276. OLE color: 3998276.

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

Color convert

RGB 68 2 61 -
CMYK 0 0.97 0.10 0.73
HSL 306.36º 0.94% 0.14% -
HSV(B) 306.36º 0.97% 0.27% -
XYZ 3.25 1.61 4.55 -
YUV 28.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 68 2 61 0 0.97 0.10 0.73 306.36 0.94 0.14
Hex 44 2 3D 0 61 A 49 132 5E E
Octal 104 2 75 0 141 12 111 462 136 16
Binary 1000100 10 111101 0 1100001 1010 1001001 100110010 1011110 1110

Color Harmonies of #44023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44023D

Black with #44023D

Text Example


Text Example

White with #44023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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