Html Css Color HEX #440B40 Mardi Gras

📋 copy color: '#440B40'

red 68 ◦ green 11 ◦ blue 64

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

Shades of Mardi Gras #440B40

Tints of Mardi Gras #440B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.69%

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

R = 47.55%
G = 7.69%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440B40 (or 0x440B40) is known color: Mardi Gras. HEX triplet: 44, 0B and 40. RGB value is (68,11,64). Sum of RGB (Red+Green+Blue) = 68+11+64=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #440B40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B40 is #BBF4BF. Grayscale: #212121. Windows color (decimal): -12317888 or 4197188. OLE color: 4197188.

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

Color convert

RGB 68 11 64 -
CMYK 0 0.84 0.06 0.73
HSL 304.21º 0.72% 0.15% -
HSV(B) 304.21º 0.84% 0.27% -
XYZ 3.43 1.84 5.02 -
YUV 34.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 68 11 64 0 0.84 0.06 0.73 304.21 0.72 0.15
Hex 44 B 40 0 54 6 49 130 48 F
Octal 104 13 100 0 124 6 111 460 110 17
Binary 1000100 1011 1000000 0 1010100 110 1001001 100110000 1001000 1111

Color Harmonies of #440B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B40

Black with #440B40

Text Example


Text Example

White with #440B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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