Html Css Color HEX #440F40 Mardi Gras

📋 copy color: '#440F40'

red 68 ◦ green 15 ◦ blue 64

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

Shades of Mardi Gras #440F40

Tints of Mardi Gras #440F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 46.26%
G = 10.2%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440F40 (or 0x440F40) is known color: Mardi Gras. HEX triplet: 44, 0F and 40. RGB value is (68,15,64). Sum of RGB (Red+Green+Blue) = 68+15+64=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #440F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F40 is #BBF0BF. Grayscale: #242424. Windows color (decimal): -12316864 or 4198212. OLE color: 4198212.

HSL color Cylindrical-coordinate representation of color #440F40: hue angle of 304.53º 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 #440F40 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 15 64 -
CMYK 0 0.78 0.06 0.73
HSL 304.53º 0.64% 0.16% -
HSV(B) 304.53º 0.78% 0.27% -
XYZ 3.48 1.94 5.04 -
YUV 36.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 68 15 64 0 0.78 0.06 0.73 304.53 0.64 0.16
Hex 44 F 40 0 4E 6 49 131 40 10
Octal 104 17 100 0 116 6 111 461 100 20
Binary 1000100 1111 1000000 0 1001110 110 1001001 100110001 1000000 10000

Color Harmonies of #440F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F40

Black with #440F40

Text Example


Text Example

White with #440F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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