Html Css Color HEX #440A3D Mardi Gras

📋 copy color: '#440A3D'

red 68 ◦ green 10 ◦ blue 61

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

Shades of Mardi Gras #440A3D

Tints of Mardi Gras #440A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.19%

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 48.92%
G = 7.19%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#440A3D (or 0x440A3D) is known color: Mardi Gras. HEX triplet: 44, 0A and 3D. RGB value is (68,10,61). Sum of RGB (Red+Green+Blue) = 68+10+61=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #440A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A3D is #BBF5C2. Grayscale: #212121. Windows color (decimal): -12318147 or 4000324. OLE color: 4000324.

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

Color convert

RGB 68 10 61 -
CMYK 0 0.85 0.10 0.73
HSL 307.24º 0.74% 0.15% -
HSV(B) 307.24º 0.85% 0.27% -
XYZ 3.33 1.78 4.58 -
YUV 33.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 68 10 61 0 0.85 0.10 0.73 307.24 0.74 0.15
Hex 44 A 3D 0 55 A 49 133 4A F
Octal 104 12 75 0 125 12 111 463 112 17
Binary 1000100 1010 111101 0 1010101 1010 1001001 100110011 1001010 1111

Color Harmonies of #440A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A3D

Black with #440A3D

Text Example


Text Example

White with #440A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,61); }

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

background-color css

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

 a { background-color: rgb(68,10,61); }

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

border-color css

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

 span { border-color: rgb(68,10,61); }

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