Html Css Color HEX #440C3D Mardi Gras

📋 copy color: '#440C3D'

red 68 ◦ green 12 ◦ blue 61

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

Shades of Mardi Gras #440C3D

Tints of Mardi Gras #440C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.51%

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

R = 48.23%
G = 8.51%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#440C3D (or 0x440C3D) is known color: Mardi Gras. HEX triplet: 44, 0C and 3D. RGB value is (68,12,61). Sum of RGB (Red+Green+Blue) = 68+12+61=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #440C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C3D is #BBF3C2. Grayscale: #222222. Windows color (decimal): -12317635 or 4000836. OLE color: 4000836.

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

Color convert

RGB 68 12 61 -
CMYK 0 0.82 0.10 0.73
HSL 307.5º 0.7% 0.16% -
HSV(B) 307.5º 0.82% 0.27% -
XYZ 3.36 1.83 4.59 -
YUV 34.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 68 12 61 0 0.82 0.10 0.73 307.5 0.7 0.16
Hex 44 C 3D 0 52 A 49 134 46 10
Octal 104 14 75 0 122 12 111 464 106 20
Binary 1000100 1100 111101 0 1010010 1010 1001001 100110100 1000110 10000

Color Harmonies of #440C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C3D

Black with #440C3D

Text Example


Text Example

White with #440C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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