Html Css Color HEX #44013F Mardi Gras

📋 copy color: '#44013F'

red 68 ◦ green 1 ◦ blue 63

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

Shades of Mardi Gras #44013F

Tints of Mardi Gras #44013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.73%

R = 51.52%
G = 0.76%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#44013F (or 0x44013F) is known color: Mardi Gras. HEX triplet: 44, 01 and 3F. RGB value is (68,1,63). Sum of RGB (Red+Green+Blue) = 68+1+63=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44013F is #BBFEC0. Grayscale: #1B1B1B. Windows color (decimal): -12320449 or 4129092. OLE color: 4129092.

HSL color Cylindrical-coordinate representation of color #44013F: hue angle of 304.48º 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 #44013F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 1 63 -
CMYK 0 0.99 0.07 0.73
HSL 304.48º 0.97% 0.14% -
HSV(B) 304.48º 0.99% 0.27% -
XYZ 3.29 1.61 4.84 -
YUV 28.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 68 1 63 0 0.99 0.07 0.73 304.48 0.97 0.14
Hex 44 1 3F 0 63 7 49 130 61 E
Octal 104 1 77 0 143 7 111 460 141 16
Binary 1000100 1 111111 0 1100011 111 1001001 100110000 1100001 1110

Color Harmonies of #44013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44013F

Black with #44013F

Text Example


Text Example

White with #44013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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