Html Css Color HEX #44083F Mardi Gras

📋 copy color: '#44083F'

red 68 ◦ green 8 ◦ blue 63

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

Shades of Mardi Gras #44083F

Tints of Mardi Gras #44083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 48.92%
G = 5.76%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#44083F (or 0x44083F) is known color: Mardi Gras. HEX triplet: 44, 08 and 3F. RGB value is (68,8,63). Sum of RGB (Red+Green+Blue) = 68+8+63=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #44083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44083F is #BBF7C0. Grayscale: #202020. Windows color (decimal): -12318657 or 4130884. OLE color: 4130884.

HSL color Cylindrical-coordinate representation of color #44083F: hue angle of 305º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44083F is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 8 63 -
CMYK 0 0.88 0.07 0.73
HSL 305º 0.79% 0.15% -
HSV(B) 305º 0.88% 0.27% -
XYZ 3.37 1.76 4.87 -
YUV 32.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 68 8 63 0 0.88 0.07 0.73 305 0.79 0.15
Hex 44 8 3F 0 58 7 49 131 4F F
Octal 104 10 77 0 130 7 111 461 117 17
Binary 1000100 1000 111111 0 1011000 111 1001001 100110001 1001111 1111

Color Harmonies of #44083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44083F

Black with #44083F

Text Example


Text Example

White with #44083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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