Html Css Color HEX #440F3F Mardi Gras

📋 copy color: '#440F3F'

red 68 ◦ green 15 ◦ blue 63

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

Shades of Mardi Gras #440F3F

Tints of Mardi Gras #440F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.27%

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

R = 46.58%
G = 10.27%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#440F3F (or 0x440F3F) is known color: Mardi Gras. HEX triplet: 44, 0F and 3F. RGB value is (68,15,63). Sum of RGB (Red+Green+Blue) = 68+15+63=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #440F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F3F is #BBF0C0. Grayscale: #242424. Windows color (decimal): -12316865 or 4132676. OLE color: 4132676.

HSL color Cylindrical-coordinate representation of color #440F3F: hue angle of 305.66º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #440F3F is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 15 63 -
CMYK 0 0.78 0.07 0.73
HSL 305.66º 0.64% 0.16% -
HSV(B) 305.66º 0.78% 0.27% -
XYZ 3.45 1.93 4.89 -
YUV 36.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 68 15 63 0 0.78 0.07 0.73 305.66 0.64 0.16
Hex 44 F 3F 0 4E 7 49 132 40 10
Octal 104 17 77 0 116 7 111 462 100 20
Binary 1000100 1111 111111 0 1001110 111 1001001 100110010 1000000 10000

Color Harmonies of #440F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F3F

Black with #440F3F

Text Example


Text Example

White with #440F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440F3F; }

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

 H1.HeaderClassName
 {
   color: #440F3F;
 }
 .AnyTagClassName
 {
   color: #440F3F;
 }
</style>

background-color css

<style>
 a { background-color: #440F3F; }

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

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

border-color css

<style>
 span { border-color: #440F3F; }

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

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