Html Css Color HEX #44063B Mardi Gras

📋 copy color: '#44063B'

red 68 ◦ green 6 ◦ blue 59

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

Shades of Mardi Gras #44063B

Tints of Mardi Gras #44063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.51%

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

R = 51.13%
G = 4.51%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#44063B (or 0x44063B) is known color: Mardi Gras. HEX triplet: 44, 06 and 3B. RGB value is (68,6,59). Sum of RGB (Red+Green+Blue) = 68+6+59=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44063B is #BBF9C4. Grayscale: #1E1E1E. Windows color (decimal): -12319173 or 3868228. OLE color: 3868228.

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

Color convert

RGB 68 6 59 -
CMYK 0 0.91 0.13 0.73
HSL 308.71º 0.84% 0.15% -
HSV(B) 308.71º 0.91% 0.27% -
XYZ 3.24 1.67 4.29 -
YUV 30.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 68 6 59 0 0.91 0.13 0.73 308.71 0.84 0.15
Hex 44 6 3B 0 5B D 49 135 54 F
Octal 104 6 73 0 133 15 111 465 124 17
Binary 1000100 110 111011 0 1011011 1101 1001001 100110101 1010100 1111

Color Harmonies of #44063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44063B

Black with #44063B

Text Example


Text Example

White with #44063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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