Html Css Color HEX #403353 Martinique

📋 copy color: '#403353'

red 64 ◦ green 51 ◦ blue 83

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

Shades of Martinique #403353

Tints of Martinique #403353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 32.32%
G = 25.76%
B = 41.92%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403353 (or 0x403353) is known color: Martinique. HEX triplet: 40, 33 and 53. RGB value is (64,51,83). Sum of RGB (Red+Green+Blue) = 64+51+83=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #403353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403353 is #BFCCAC. Grayscale: #3A3A3A. Windows color (decimal): -12569773 or 5452608. OLE color: 5452608.

HSL color Cylindrical-coordinate representation of color #403353: hue angle of 264.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403353 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 51 83 -
CMYK 0.23 0.39 0 0.67
HSL 264.38º 0.24% 0.26% -
HSV(B) 264.38º 0.39% 0.33% -
XYZ 4.86 4.08 8.72 -
YUV 58.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 64 51 83 0.23 0.39 0 0.67 264.38 0.24 0.26
Hex 40 33 53 17 27 0 43 108 18 1A
Octal 100 63 123 27 47 0 103 410 30 32
Binary 1000000 110011 1010011 10111 100111 0 1000011 100001000 11000 11010

Color Harmonies of #403353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403353

Black with #403353

Text Example


Text Example

White with #403353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403353; }

 p { color: rgb(64,51,83); }

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

background-color css

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

 a { background-color: rgb(64,51,83); }

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

border-color css

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

 span { border-color: rgb(64,51,83); }

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