Html Css Color HEX #403949 Martinique

📋 copy color: '#403949'

red 64 ◦ green 57 ◦ blue 73

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

Shades of Martinique #403949

Tints of Martinique #403949

RGB

 RED value IS 64 (25.39% from 255) = 32.99%

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 32.99%
G = 29.38%
B = 37.63%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403949 (or 0x403949) is known color: Martinique. HEX triplet: 40, 39 and 49. RGB value is (64,57,73). Sum of RGB (Red+Green+Blue) = 64+57+73=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #403949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403949 is #BFC6B6. Grayscale: #3C3C3C. Windows color (decimal): -12568247 or 4798784. OLE color: 4798784.

HSL color Cylindrical-coordinate representation of color #403949: hue angle of 266.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403949 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 57 73 -
CMYK 0.12 0.22 0 0.71
HSL 266.25º 0.12% 0.25% -
HSV(B) 266.25º 0.22% 0.29% -
XYZ 4.78 4.5 6.92 -
YUV 60.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 64 57 73 0.12 0.22 0 0.71 266.25 0.12 0.25
Hex 40 39 49 C 16 0 47 10A C 19
Octal 100 71 111 14 26 0 107 412 14 31
Binary 1000000 111001 1001001 1100 10110 0 1000111 100001010 1100 11001

Color Harmonies of #403949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403949

Black with #403949

Text Example


Text Example

White with #403949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403949; }

 p { color: rgb(64,57,73); }

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

background-color css

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

 a { background-color: rgb(64,57,73); }

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

border-color css

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

 span { border-color: rgb(64,57,73); }

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